Skip to content

Commit

Permalink
Bump minimum test version to iOS 13
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Dec 5, 2023
1 parent b927f0e commit cbfd28e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 294 deletions.
153 changes: 0 additions & 153 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,68 +186,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 12 E2E tests batch 1'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.9.0:
download: "features/fixtures/ios/output/ipa_url_bb.txt"
upload: "maze_output/failed/**/*"
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@/app/build/ipa_url_bb.txt"
- "--farm=bb"
- "--device=IOS_12"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
# PLAT-11155: App hang scenarios run on BrowserStack
- "--exclude=features/app_hangs.feature"
- "--exclude=features/[e-z].*.feature$"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 12 E2E tests batch 2'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.9.0:
download: "features/fixtures/ios/output/ipa_url_bb.txt"
upload: "maze_output/failed/**/*"
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@/app/build/ipa_url_bb.txt"
- "--farm=bb"
- "--device=IOS_12"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "--exclude=features/[a-d].*.feature$"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

#
# BrowserStack
#
Expand Down Expand Up @@ -338,97 +276,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

# PLAT-11155: App hang tests run on BrowserStack (Appium 1.x) for now
- label: ':browserstack: iOS 12 app hang tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 10
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_12"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 11 E2E tests batch 1'
skip: "https://smartbear.atlassian.net/browse/PLAT-11154"
depends_on:
- cocoa_fixture
# More time than other steps as the BrowserStack iOS 11 devices seem particularly unstable and
# sessions need resetting frequently, taking a minute or more each time.
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner-legacy
run: cocoa-maze-runner-legacy
command:
- "--app=@build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.16.0"
- "--fail-fast"
- "--exclude=features/[e-z].*.feature$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 11 E2E tests batch 2'
skip: "https://smartbear.atlassian.net/browse/PLAT-11154"
depends_on:
- cocoa_fixture
# More time than other steps as the BrowserStack iOS 11 devices seem particularly unstable and
# sessions need resetting frequently, taking a minute or more each time.
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner-legacy
run: cocoa-maze-runner-legacy
command:
- "--app=@build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.16.0"
- "--fail-fast"
- "--exclude=features/[a-d].*.feature$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: 'macOS 11 E2E tests'
depends_on:
- cocoa_fixture
Expand Down
141 changes: 0 additions & 141 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,33 +120,6 @@ steps:
artifact_paths:
- logs/*

- label: iOS 11 unit tests
timeout_in_minutes: 10
agents:
queue: macos-11
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=11.4
artifact_paths:
- logs/*

- label: iOS 10 unit tests
timeout_in_minutes: 10
agents:
queue: macos-10.15
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=10.3.1 DEVICE=iPhone\ 5s
artifact_paths:
- logs/*

- label: iOS 9 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.13
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=9.0 DEVICE=iPhone\ 5s
artifact_paths:
- logs/*

- label: tvOS 15 unit tests
timeout_in_minutes: 10
agents:
Expand All @@ -165,33 +138,6 @@ steps:
artifact_paths:
- logs/*

- label: tvOS 11 unit tests
timeout_in_minutes: 10
agents:
queue: macos-11
commands:
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=11.4
artifact_paths:
- logs/*

- label: tvOS 10 unit tests
timeout_in_minutes: 10
agents:
queue: macos-10.15
commands:
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=10.2
artifact_paths:
- logs/*

- label: tvOS 9 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.13
commands:
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=9.2
artifact_paths:
- logs/*

- label: watchOS 8 unit tests
timeout_in_minutes: 60
agents:
Expand Down Expand Up @@ -476,36 +422,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 12 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.9.0:
download: "features/fixtures/ios/output/ipa_url_bb.txt"
upload: "maze_output/failed/**/*"
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@/app/build/ipa_url_bb.txt"
- "--farm=bb"
- "--device=IOS_12"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

#
# BrowserStack
#
Expand Down Expand Up @@ -571,63 +487,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 11 barebone tests'
skip: "https://smartbear.atlassian.net/browse/PLAT-11154"
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.16.0"
- "--fail-fast"
- "features/barebone_tests.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 10 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.15.0"
- "--fail-fast"
- "features/barebone_tests.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

##############################################################################
#
# Trigger more tests
Expand Down

0 comments on commit cbfd28e

Please sign in to comment.