Skip to content

Commit ed1f6f9

Browse files
authored
Add SSI smoke tests to merge queue (#11011)
Add SSI smoke tests to merge queue Merge branch 'master' into sarahchen6/add-ssi-smoke-tests-to-mq Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent 7fb9855 commit ed1f6f9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,13 @@ test_smoke:
803803

804804
test_ssi_smoke:
805805
extends: .test_job
806-
rules: *master_only
806+
rules:
807+
- if: $CI_COMMIT_BRANCH == "master"
808+
when: on_success
809+
- if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
810+
when: on_success
811+
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
812+
when: on_success
807813
variables:
808814
GRADLE_TARGET: "stageMainDist :smokeTest"
809815
CACHE_TYPE: "smoke"

0 commit comments

Comments
 (0)