Skip to content

Commit 34d288e

Browse files
Merge pull request #825 from DataDog/marcosaia/fix/ci-runner-tag
[GitLab CI] Add 'specific:true' tag to all jobs
2 parents 9ee7240 + ab9db8d commit 34d288e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ stages:
4646
# TESTS
4747

4848
test:lint:
49-
tags: [ "macos:sonoma" ]
49+
tags: [ "macos:sonoma", "specific:true" ]
5050
stage: test
5151
timeout: 1h
5252
script:
5353
- yarn
5454
- yarn run lint
5555

5656
test:js:
57-
tags: [ "macos:sonoma" ]
57+
tags: [ "macos:sonoma", "specific:true" ]
5858
stage: test
5959
timeout: 1h
6060
script:
@@ -63,15 +63,15 @@ test:js:
6363
- NODE_OPTIONS='-r dd-trace/ci/init' DD_ENV=ci DD_SERVICE=dd-sdk-reactnative yarn test
6464

6565
test:build:
66-
tags: [ "macos:sonoma" ]
66+
tags: [ "macos:sonoma", "specific:true" ]
6767
stage: test
6868
timeout: 1h
6969
script:
7070
- yarn
7171
- yarn prepare
7272

7373
test:native-android:
74-
tags: [ "macos:sonoma" ]
74+
tags: [ "macos:sonoma", "specific:true" ]
7575
stage: test
7676
timeout: 1h
7777
script:
@@ -87,7 +87,7 @@ test:native-android:
8787
- (cd packages/internal-testing-tools/android && ./gradlew build)
8888

8989
test:native-ios:
90-
tags: [ "macos:sonoma" ]
90+
tags: [ "macos:sonoma", "specific:true" ]
9191
stage: test
9292
timeout: 1h
9393
script:
@@ -96,7 +96,7 @@ test:native-ios:
9696
- set -o pipefail && CODE_SIGNING_REQUIRED=NO && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro Max" | xcbeautify
9797

9898
test:native-ios-sr:
99-
tags: [ "macos:sonoma" ]
99+
tags: [ "macos:sonoma", "specific:true" ]
100100
stage: test
101101
timeout: 1h
102102
script:

0 commit comments

Comments
 (0)