From a79e6448587396bb1bcb6c3959567f81b64bdb71 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Tue, 31 Mar 2026 10:41:38 -0400 Subject: [PATCH] Add SSI smoke tests to merge queue --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6efc0ef2467..a249f1b8891 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -770,7 +770,13 @@ test_smoke: test_ssi_smoke: extends: .test_job - rules: *master_only + rules: + - if: $CI_COMMIT_BRANCH == "master" + when: on_success + - if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/' + when: on_success + - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/' + when: on_success variables: GRADLE_TARGET: "stageMainDist :smokeTest" CACHE_TYPE: "smoke"