Skip to content

Commit

Permalink
Tidy-up
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Jul 5, 2024
1 parent 5056b13 commit e4496f0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ steps:
artifacts#v1.9.3:
download: "features/fixtures/ios/output/ipa_url_bb_release.txt"
upload: "maze_output/failed/**/*"
upload: "maze_output/failed/**/*"
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
Expand Down
28 changes: 14 additions & 14 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ steps:
- bundle exec maze-runner
features/release
--os=macos
# --fail-fast
--fail-fast

- label: 'ARM macOS 13 barebones E2E tests'
depends_on:
Expand All @@ -229,7 +229,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

- label: 'ARM macOS 12 barebones E2E tests'
depends_on:
Expand All @@ -248,7 +248,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

- label: 'macOS 12 stress test'
timeout_in_minutes: 3
Expand Down Expand Up @@ -285,7 +285,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

- label: 'macOS 10.15 barebones E2E tests'
depends_on:
Expand All @@ -302,7 +302,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

- label: 'macOS 10.14 barebones E2E tests'
depends_on:
Expand All @@ -321,7 +321,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

- label: 'macOS 10.13 barebones E2E tests'
depends_on:
Expand All @@ -340,7 +340,7 @@ steps:
- bundle exec maze-runner
features/release/barebone_tests.feature
--os=macos
# --fail-fast
--fail-fast

##############################################################################
#
Expand Down Expand Up @@ -370,7 +370,7 @@ steps:
- "--device=IOS_17"
- "--appium-version=1.21.0"
- "--a11y-locator"
#- "--fail-fast"
- "--fail-fast"
- "features/release"
- "--exclude=features/release/[e-z].*.feature$"
concurrency: 25
Expand Down Expand Up @@ -401,7 +401,7 @@ steps:
- "--device=IOS_17"
- "--appium-version=1.21.0"
- "--a11y-locator"
#- "--fail-fast"
- "--fail-fast"
- "features/release"
- "--exclude=features/release/[a-d].*.feature$"
concurrency: 25
Expand Down Expand Up @@ -431,7 +431,7 @@ steps:
- "--farm=bs"
- "--device=IOS_17"
- "--appium-version=1.21.0"
#- "--fail-fast"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down Expand Up @@ -472,7 +472,7 @@ steps:
- "--device=IOS_16"
- "--no-tunnel"
- "--aws-public-ip"
#- "--fail-fast"
- "--fail-fast"
- "features/release/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar'
Expand Down Expand Up @@ -502,7 +502,7 @@ steps:
- "--device=IOS_15"
- "--no-tunnel"
- "--aws-public-ip"
#- "--fail-fast"
- "--fail-fast"
- "features/release/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar'
Expand Down Expand Up @@ -532,7 +532,7 @@ steps:
- "--device=IOS_14"
- "--no-tunnel"
- "--aws-public-ip"
#- "--fail-fast"
- "--fail-fast"
- "features/release/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar'
Expand Down Expand Up @@ -562,7 +562,7 @@ steps:
- "--device=IOS_13"
- "--no-tunnel"
- "--aws-public-ip"
#- "--fail-fast"
- "--fail-fast"
- "features/release/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar'
Expand Down
2 changes: 1 addition & 1 deletion features/release/crashprobe.feature
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Feature: Reporting crash events
And the "isPC" of stack frame 0 is true
And the "isLR" of stack frame 0 is null

# TODO: Investigate why this test fails on macOS in Release mode
# TODO: Skipped Pending PLAT-12396
@skip_macos
Scenario: Crash within Swift code
When I run "SwiftCrashScenario" and relaunch the crashed app
Expand Down
2 changes: 2 additions & 0 deletions features/release/delivery.feature
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Feature: Delivery of errors
And the event "usage.system.stringsTruncated" is not null

@skip_ios_17
# TODO: Skipped Pending PLAT-12396
@skip_macos
Scenario Outline: Attempt Delivery On Crash
When I set the app to "<scenario_mode>" mode
And I run "AttemptDeliveryOnCrashScenario"
Expand Down

0 comments on commit e4496f0

Please sign in to comment.