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

Move iOS 17 tests to BitBar #1698

Draft
wants to merge 9 commits into
base: next
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ steps:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
docker-compose#v4.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
Expand Down Expand Up @@ -426,7 +426,7 @@ steps:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
docker-compose#v4.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
Expand Down Expand Up @@ -459,7 +459,7 @@ steps:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
docker-compose#v4.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
Expand Down
66 changes: 35 additions & 31 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
- features/fixtures/ios/output/iOSTestApp_Debug.ipa
- features/fixtures/macos/output/macOSTestApp_Release.zip
- features/fixtures/macos/output/macOSTestApp_Debug.zip

- features/fixtures/ios/output/ipa_url_bb_release.txt
- features/fixtures/ios/output/ipa_url_bs_release.txt
- features/fixtures/ios/output/ipa_url_bb_debug.txt
Expand Down Expand Up @@ -367,26 +368,26 @@ steps:
#
# BrowserStack
#
- label: ':browserstack: iOS 17 E2E tests batch 1'
- label: ':bitbar: iOS 17 E2E tests batch 1'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
artifacts#v1.9.3:
download: "features/fixtures/ios/output/ipa_url_bb_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@/app/build/ipa_url_bs_release.txt"
- "--farm=bs"
- "--app=@/app/build/ipa_url_bb_release.txt"
- "--farm=bb"
- "--device=IOS_17"
- "--appium-version=1.21.0"
- "--a11y-locator"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/release"
- "--exclude=features/release/[e-z].*.feature$"
Expand All @@ -395,33 +396,33 @@ steps:
format: "junit"
branch: "^master|next$$"
concurrency: 25
concurrency_group: 'browserstack-app'
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 17 E2E tests batch 2'
- label: ':bitbar: iOS 17 E2E tests batch 2'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
download: "features/fixtures/ios/output/ipa_url_bb_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@/app/build/ipa_url_bs_release.txt"
- "--farm=bs"
- "--app=@/app/build/ipa_url_bb_release.txt"
- "--farm=bb"
- "--device=IOS_17"
- "--appium-version=1.21.0"
- "--a11y-locator"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/release"
- "--exclude=features/release/[a-d].*.feature$"
Expand All @@ -430,7 +431,7 @@ steps:
format: "junit"
branch: "^master|next$$"
concurrency: 25
concurrency_group: 'browserstack-app'
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
Expand All @@ -448,14 +449,15 @@ steps:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
docker-compose#v4.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url_bs_release.txt"
- "--farm=bs"
- "--device=IOS_17"
- "--appium-version=1.21.0"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/app_hangs.feature"
test-collector#v1.10.2:
Expand Down Expand Up @@ -622,31 +624,33 @@ steps:
# Debug configration E2E tests
#

- label: ':browserstack: iOS 17 debug configuration tests'
- label: ':bitbar: iOS 17 debug configuration tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.9.3:
download: "features/fixtures/ios/output/ipa_url_bs_debug.txt"
download: "features/fixtures/ios/output/ipa_url_bb_debug.txt"
upload: "maze_output/failed/**/*"
docker-compose#v4.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
command:
- "--app=@/app/build/ipa_url_bs_debug.txt"
- "--farm=bs"
- "--app=@/app/build/ipa_url_bb_debug.txt"
- "--farm=bb"
- "--device=IOS_17"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/debug"
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^master|next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
Expand Down
Loading