We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe3330 commit fb91ae7Copy full SHA for fb91ae7
.gitlab-ci.yml
@@ -42,6 +42,7 @@ default:
42
paths:
43
- "Datadog*/**/*"
44
- "IntegrationTests/**/*"
45
+ - "SmokeTests/**/*"
46
- "TestUtilities/**/*"
47
- "*" # match any file in the root directory
48
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):
236
237
238
Smoke Tests (watchOS):
239
stage: smoke-test
240
+ rules:
241
+ - !reference [.test-pipeline-job, rules]
242
+ - !reference [.release-pipeline-job, rules]
243
tags:
244
- macos:ventura
245
- specific:true
0 commit comments