Skip to content

Commit fb91ae7

Browse files
committed
RUM-5344 Fix Ci trigger map
1 parent 3fe3330 commit fb91ae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ default:
4242
paths:
4343
- "Datadog*/**/*"
4444
- "IntegrationTests/**/*"
45+
- "SmokeTests/**/*"
4546
- "TestUtilities/**/*"
4647
- "*" # match any file in the root directory
4748
compare_to: 'develop' # cannot use $DEVELOP_BRANCH var due to: https://gitlab.com/gitlab-org/gitlab/-/issues/369916
@@ -236,6 +237,9 @@ Smoke Tests (macOS):
236237

237238
Smoke Tests (watchOS):
238239
stage: smoke-test
240+
rules:
241+
- !reference [.test-pipeline-job, rules]
242+
- !reference [.release-pipeline-job, rules]
239243
tags:
240244
- macos:ventura
241245
- specific:true

0 commit comments

Comments
 (0)