-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1533 from bugsnag/release-v6.26.0
Release v6.26.0
- Loading branch information
Showing
62 changed files
with
815 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
steps: | ||
|
||
- label: 'BitBar Poc - iOS 15 - batch 1' | ||
depends_on: "cocoa_fixture" | ||
timeout_in_minutes: 90 | ||
agents: | ||
queue: opensource | ||
plugins: | ||
artifacts#v1.9.0: | ||
download: "features/fixtures/ios/output/iOSTestApp.ipa" | ||
upload: "maze_output/failed/**/*" | ||
docker-compose#v4.7.0: | ||
pull: cocoa-maze-runner-bitbar | ||
run: cocoa-maze-runner-bitbar | ||
service-ports: true | ||
command: | ||
# TODO: Run in a single batch until PLAT-9603 is done | ||
# - "--exclude=features/[e-z].*.feature$" | ||
- "--app=/app/build/iOSTestApp.ipa" | ||
- "--farm=bb" | ||
- "--device=IOS_15" | ||
- "--no-tunnel" | ||
- "--aws-public-ip" | ||
concurrency: 5 | ||
concurrency_group: 'bitbar-ios-15' | ||
concurrency_method: eager | ||
|
||
- label: 'BitBar Poc - iOS 15 - batch 2' | ||
# TODO: Run in a single batch until PLAT-9603 is done | ||
skip: Pending PLAT-9603 | ||
depends_on: "cocoa_fixture" | ||
timeout_in_minutes: 90 | ||
agents: | ||
queue: opensource | ||
plugins: | ||
artifacts#v1.9.0: | ||
download: "features/fixtures/ios/output/iOSTestApp.ipa" | ||
upload: "maze_output/failed/**/*" | ||
docker-compose#v4.7.0: | ||
pull: cocoa-maze-runner-bitbar | ||
run: cocoa-maze-runner-bitbar | ||
service-ports: true | ||
command: | ||
- "--exclude=features/[a-d].*.feature$" | ||
- "--app=/app/build/iOSTestApp.ipa" | ||
- "--farm=bb" | ||
- "--device=IOS_15" | ||
- "--no-tunnel" | ||
- "--aws-public-ip" | ||
concurrency: 5 | ||
concurrency_group: 'bitbar-ios-15' | ||
concurrency_method: eager | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
steps: | ||
|
||
############################################################################## | ||
# | ||
# Barebones E2E tests | ||
# | ||
|
||
- label: 'iOS 16 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.txt" | ||
upload: "maze_output/failed/**/*" | ||
docker-compose#v3.7.0: | ||
pull: cocoa-maze-runner | ||
run: cocoa-maze-runner | ||
command: | ||
- "--app=@build/ipa_url.txt" | ||
- "--farm=bs" | ||
- "--device=IOS_16" | ||
- "--appium-version=1.21.0" | ||
- "--fail-fast" | ||
- "--exclude=features/[e-z].*.feature$" | ||
- "--order=random" | ||
concurrency: 24 | ||
concurrency_group: browserstack-app | ||
concurrency_method: eager | ||
retry: | ||
automatic: | ||
- exit_status: -1 # Agent was lost | ||
limit: 2 | ||
|
||
- label: 'iOS 16 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.txt" | ||
upload: "maze_output/failed/**/*" | ||
docker-compose#v3.7.0: | ||
pull: cocoa-maze-runner | ||
run: cocoa-maze-runner | ||
command: | ||
- "--app=@build/ipa_url.txt" | ||
- "--farm=bs" | ||
- "--device=IOS_16" | ||
- "--appium-version=1.21.0" | ||
- "--fail-fast" | ||
- "--exclude=features/[a-d].*.feature$" | ||
- "--order=random" | ||
concurrency: 24 | ||
concurrency_group: browserstack-app | ||
concurrency_method: eager | ||
retry: | ||
automatic: | ||
- exit_status: -1 # Agent was lost | ||
limit: 2 | ||
|
||
- label: 'iOS 10 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.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.txt" | ||
- "--farm=bs" | ||
- "--device=IOS_10" | ||
- "--appium-version=1.8.0" | ||
- "--capabilities={\"browserstack.networkLogs\":\"true\"}" | ||
- "--fail-fast" | ||
- "--exclude=features/[e-z].*.feature$" | ||
- "--order=random" | ||
concurrency: 24 | ||
concurrency_group: browserstack-app | ||
concurrency_method: eager | ||
retry: | ||
automatic: | ||
- exit_status: -1 # Agent was lost | ||
limit: 2 | ||
|
||
- label: 'iOS 10 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.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.txt" | ||
- "--farm=bs" | ||
- "--device=IOS_10" | ||
- "--appium-version=1.8.0" | ||
- "--fail-fast" | ||
- "--exclude=features/[a-d].*.feature$" | ||
- "--order=random" | ||
concurrency: 24 | ||
concurrency_group: browserstack-app | ||
concurrency_method: eager | ||
retry: | ||
automatic: | ||
- exit_status: -1 # Agent was lost | ||
limit: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.