Skip to content

Commit

Permalink
[to revert] Test running on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Feb 6, 2025
1 parent 22b2014 commit 5f38416
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ steps:
#################
- label: ":microscope: UI Tests (iPhone)"
command: .buildkite/commands/run-ui-tests.sh UITests 'iPhone 16'
depends_on: build
# Only run on `trunk` and `release/*` (see p91TBi-cBM-p2#comment-13736) and when code changes are detected
if: |
(build.branch == 'trunk' || build.branch =~ /^release\//) && $SKIP_UI_TESTS != 'true'
(build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\//) && $SKIP_UI_TESTS != 'true'
plugins: [$CI_TOOLKIT]
artifact_paths:
- fastlane/test_output/*
Expand All @@ -106,10 +105,9 @@ steps:

- label: ":microscope: UI Tests (iPad)"
command: .buildkite/commands/run-ui-tests.sh UITests "iPad (10th generation)"
depends_on: build
# Only run on `trunk` and `release/*` (see p91TBi-cBM-p2#comment-13736) and when code changes are detected
if: |
(build.branch == 'trunk' || build.branch =~ /^release\//) && $SKIP_UI_TESTS != 'true'
(build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\//) && $SKIP_UI_TESTS != 'true'
plugins: [$CI_TOOLKIT]
artifact_paths:
- fastlane/test_output/*
Expand Down

0 comments on commit 5f38416

Please sign in to comment.