Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to 6x builders #2844

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,6 @@ workflows:
- prep_all
prep_all:
steps:
- xcode-start-simulator@0:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- set-env-var@0:
inputs:
- destination_keys: CONFIGURATION_BUILD_DIR
Expand Down Expand Up @@ -556,7 +553,7 @@ workflows:
- scheme: PaymentSheet Example
- test_plan: PaymentSheet Example-Shard1
- log_formatter: xcbeautify
- xcodebuild_options: -maximum-concurrent-test-simulator-destinations 2 -maximum-parallel-testing-workers 2
- xcodebuild_options: -maximum-concurrent-test-simulator-destinations 6 -maximum-parallel-testing-workers 6
- deploy-to-bitrise-io@2: {}
before_run:
- prep_all
Expand All @@ -576,7 +573,7 @@ workflows:
- scheme: PaymentSheet Example
- test_plan: PaymentSheet Example-Shard2
- log_formatter: xcbeautify
- xcodebuild_options: -maximum-concurrent-test-simulator-destinations 2 -maximum-parallel-testing-workers 2
- xcodebuild_options: -maximum-concurrent-test-simulator-destinations 6 -maximum-parallel-testing-workers 6
- deploy-to-bitrise-io@2: {}
before_run:
- prep_all
Expand Down