From 5f384167d5288f86ac5152a510378e3f069041f2 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Thu, 6 Feb 2025 18:59:36 +0100 Subject: [PATCH] [to revert] Test running on this branch --- .buildkite/pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c99446b3fd5..d0f74bc44ac 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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/* @@ -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/*