Skip to content

Commit 00fd3bf

Browse files
authored
CHANGE: Use UTR 1.42.0 for iOS jobs (#2286)
1 parent 47bed00 commit 00fd3bf

8 files changed

+186
-64
lines changed

.yamato/input-system-mobile-functional-build-jobs.yml

Lines changed: 45 additions & 18 deletions
Large diffs are not rendered by default.

.yamato/input-system-mobile-functional-tests.yml

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_ios:
6161
flavor: m1.mac
6262
model: SE
6363
commands:
64-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
64+
- command: |-
65+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
66+
chmod u+x utr
67+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
6568
after:
6669
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
6770
artifacts:
@@ -70,6 +73,8 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_ios:
7073
- build/test-results/**/*
7174
dependencies:
7275
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2022_3_-_ios
76+
variables:
77+
UTR_VERSION: 1.42.0
7378

7479
# InputSystem-MobileFunctionalTests - 2022.3 - TvOS
7580
inputsystem-mobilefunctionaltests_-_2022_3_-_tvos:
@@ -150,7 +155,10 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_ios:
150155
flavor: m1.mac
151156
model: SE
152157
commands:
153-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
158+
- command: |-
159+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
160+
chmod u+x utr
161+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
154162
after:
155163
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
156164
artifacts:
@@ -159,6 +167,8 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_ios:
159167
- build/test-results/**/*
160168
dependencies:
161169
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_0_-_ios
170+
variables:
171+
UTR_VERSION: 1.42.0
162172

163173
# InputSystem-MobileFunctionalTests - 6000.0 - TvOS
164174
inputsystem-mobilefunctionaltests_-_6000_0_-_tvos:
@@ -239,7 +249,10 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_ios:
239249
flavor: m1.mac
240250
model: SE
241251
commands:
242-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
252+
- command: |-
253+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
254+
chmod u+x utr
255+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
243256
after:
244257
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
245258
artifacts:
@@ -248,6 +261,8 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_ios:
248261
- build/test-results/**/*
249262
dependencies:
250263
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_ios
264+
variables:
265+
UTR_VERSION: 1.42.0
251266

252267
# InputSystem-MobileFunctionalTests - 6000.2 - TvOS
253268
inputsystem-mobilefunctionaltests_-_6000_2_-_tvos:
@@ -328,7 +343,10 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_ios:
328343
flavor: m1.mac
329344
model: SE-Gen3
330345
commands:
331-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
346+
- command: |-
347+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
348+
chmod u+x utr
349+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
332350
after:
333351
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
334352
artifacts:
@@ -337,6 +355,8 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_ios:
337355
- build/test-results/**/*
338356
dependencies:
339357
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_ios
358+
variables:
359+
UTR_VERSION: 1.42.0
340360

341361
# InputSystem-MobileFunctionalTests - 6000.3 - TvOS
342362
inputsystem-mobilefunctionaltests_-_6000_3_-_tvos:
@@ -417,7 +437,10 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_ios:
417437
flavor: m1.mac
418438
model: SE-Gen3
419439
commands:
420-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
440+
- command: |-
441+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
442+
chmod u+x utr
443+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
421444
after:
422445
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
423446
artifacts:
@@ -426,6 +449,8 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_ios:
426449
- build/test-results/**/*
427450
dependencies:
428451
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_ios
452+
variables:
453+
UTR_VERSION: 1.42.0
429454

430455
# InputSystem-MobileFunctionalTests - 6000.4 - TvOS
431456
inputsystem-mobilefunctionaltests_-_6000_4_-_tvos:
@@ -506,7 +531,10 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_ios:
506531
flavor: m1.mac
507532
model: SE-Gen3
508533
commands:
509-
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
534+
- command: |-
535+
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
536+
chmod u+x utr
537+
- command: ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
510538
after:
511539
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
512540
artifacts:
@@ -515,6 +543,8 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_ios:
515543
- build/test-results/**/*
516544
dependencies:
517545
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios
546+
variables:
547+
UTR_VERSION: 1.42.0
518548

519549
# InputSystem-MobileFunctionalTests - 6000.5 - TvOS
520550
inputsystem-mobilefunctionaltests_-_6000_5_-_tvos:

0 commit comments

Comments
 (0)