Skip to content

Commit

Permalink
Cleanup bitrise.yml default test device, fix Xcode 15 VM (stripe#2966)
Browse files Browse the repository at this point in the history
## Summary
This was very confusing — remove some overrides of the default test
device.

## Testing
CI
  • Loading branch information
davidme-stripe authored Oct 6, 2023
1 parent b5ea455 commit 5a58dd3
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project_type: ios
app:
envs:
- FASTLANE_XCODE_LIST_TIMEOUT: "120"
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.1
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.4
- BITRISE_PROJECT_PATH: Stripe.xcworkspace
- GIT_AUTHOR_NAME: Bitrise CI
- GIT_AUTHOR_EMAIL: [email protected]
Expand Down Expand Up @@ -189,6 +189,8 @@ workflows:
bitrise.io:
stack: osx-xcode-14.1.x-ventura
machine_type_id: g2-m1.8core
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.1
deploy-example-apps:
steps:
- set-xcode-build-number@1:
Expand Down Expand Up @@ -339,15 +341,11 @@ workflows:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
machine_type_id: g2-m1.8core
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.4
test-builds-xcode-143:
steps:
- xcode-build-for-test@2:
inputs:
- scheme: AllStripeFrameworks
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 8,OS=16.4
before_run:
- prep_all
meta:
Expand All @@ -360,8 +358,6 @@ workflows:
inputs:
- scheme: AllStripeFrameworks
- configuration: Release
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 8,OS=16.4
before_run:
- prep_all
meta:
Expand All @@ -379,7 +375,7 @@ workflows:
- prep_all
meta:
bitrise.io:
stack: osx-xcode-15.0.x-edge
stack: osx-xcode-15.0.x
machine_type_id: g2-m1.8core
install-tests-non-carthage:
steps:
Expand All @@ -405,6 +401,8 @@ workflows:
title: fastlane installation_spm_swift
before_run:
- prep_all
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.1
integration-all:
steps:
- xcode-test@4:
Expand All @@ -421,6 +419,8 @@ workflows:
bitrise.io:
stack: osx-xcode-14.1.x-ventura
machine_type_id: g2-m1-max.10core
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 12 mini,OS=16.1
legacy-tests-14:
steps:
- fastlane@3:
Expand Down Expand Up @@ -463,8 +463,6 @@ workflows:
title: fastlane analyze
before_run:
- prep_all
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 14,OS=16.4
meta:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
Expand Down Expand Up @@ -561,8 +559,6 @@ workflows:
- deploy-to-bitrise-io@2: {}
before_run:
- prep_all
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 14,OS=16.4
meta:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
Expand All @@ -581,8 +577,6 @@ workflows:
- deploy-to-bitrise-io@2: {}
before_run:
- prep_all
envs:
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 14,OS=16.4
meta:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
Expand Down

0 comments on commit 5a58dd3

Please sign in to comment.