@@ -46,15 +46,15 @@ stages:
46
46
# TESTS
47
47
48
48
test:lint :
49
- tags : [ "macos:sonoma" ]
49
+ tags : [ "macos:sonoma", "specific:true" ]
50
50
stage : test
51
51
timeout : 1h
52
52
script :
53
53
- yarn
54
54
- yarn run lint
55
55
56
56
test:js :
57
- tags : [ "macos:sonoma" ]
57
+ tags : [ "macos:sonoma", "specific:true" ]
58
58
stage : test
59
59
timeout : 1h
60
60
script :
@@ -63,15 +63,15 @@ test:js:
63
63
- NODE_OPTIONS='-r dd-trace/ci/init' DD_ENV=ci DD_SERVICE=dd-sdk-reactnative yarn test
64
64
65
65
test:build :
66
- tags : [ "macos:sonoma" ]
66
+ tags : [ "macos:sonoma", "specific:true" ]
67
67
stage : test
68
68
timeout : 1h
69
69
script :
70
70
- yarn
71
71
- yarn prepare
72
72
73
73
test:native-android :
74
- tags : [ "macos:sonoma" ]
74
+ tags : [ "macos:sonoma", "specific:true" ]
75
75
stage : test
76
76
timeout : 1h
77
77
script :
@@ -87,7 +87,7 @@ test:native-android:
87
87
- (cd packages/internal-testing-tools/android && ./gradlew build)
88
88
89
89
test:native-ios :
90
- tags : [ "macos:sonoma" ]
90
+ tags : [ "macos:sonoma", "specific:true" ]
91
91
stage : test
92
92
timeout : 1h
93
93
script :
@@ -96,7 +96,7 @@ test:native-ios:
96
96
- 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
97
97
98
98
test:native-ios-sr :
99
- tags : [ "macos:sonoma" ]
99
+ tags : [ "macos:sonoma", "specific:true" ]
100
100
stage : test
101
101
timeout : 1h
102
102
script :
0 commit comments