Skip to content

Commit 377d685

Browse files
committed
Increased timeout to 2.5h
1 parent f20d795 commit 377d685

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

.yamato/wrench/validation-jobs.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_macos:
2121
retries: 1
2222
- command: echo No internal packages to add.
2323
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
24-
timeout: 90
24+
timeout: 150
2525
retries: 0
2626
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
2727
timeout: 5
@@ -30,7 +30,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_macos:
3030
timeout: 10
3131
retries: 0
3232
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
33-
timeout: 90
33+
timeout: 150
3434
retries: 1
3535
after:
3636
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -87,7 +87,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_ubuntu:
8787
retries: 1
8888
- command: echo No internal packages to add.
8989
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
90-
timeout: 90
90+
timeout: 150
9191
retries: 0
9292
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
9393
timeout: 5
@@ -96,7 +96,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_ubuntu:
9696
timeout: 10
9797
retries: 0
9898
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
99-
timeout: 90
99+
timeout: 150
100100
retries: 1
101101
after:
102102
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -153,7 +153,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_windows:
153153
retries: 1
154154
- command: echo No internal packages to add.
155155
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
156-
timeout: 90
156+
timeout: 150
157157
retries: 0
158158
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
159159
timeout: 5
@@ -162,7 +162,7 @@ validate_-_netcode_gameobjects_-_2021_3_-_windows:
162162
timeout: 10
163163
retries: 0
164164
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
165-
timeout: 90
165+
timeout: 150
166166
retries: 1
167167
after:
168168
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -219,7 +219,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_macos:
219219
retries: 1
220220
- command: echo No internal packages to add.
221221
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
222-
timeout: 90
222+
timeout: 150
223223
retries: 0
224224
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
225225
timeout: 5
@@ -228,7 +228,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_macos:
228228
timeout: 10
229229
retries: 0
230230
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
231-
timeout: 90
231+
timeout: 150
232232
retries: 1
233233
after:
234234
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -285,7 +285,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_ubuntu:
285285
retries: 1
286286
- command: echo No internal packages to add.
287287
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
288-
timeout: 90
288+
timeout: 150
289289
retries: 0
290290
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
291291
timeout: 5
@@ -294,7 +294,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_ubuntu:
294294
timeout: 10
295295
retries: 0
296296
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
297-
timeout: 90
297+
timeout: 150
298298
retries: 1
299299
after:
300300
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -351,7 +351,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_windows:
351351
retries: 1
352352
- command: echo No internal packages to add.
353353
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
354-
timeout: 90
354+
timeout: 150
355355
retries: 0
356356
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
357357
timeout: 5
@@ -360,7 +360,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_windows:
360360
timeout: 10
361361
retries: 0
362362
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
363-
timeout: 90
363+
timeout: 150
364364
retries: 1
365365
after:
366366
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -417,7 +417,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos:
417417
retries: 1
418418
- command: echo No internal packages to add.
419419
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
420-
timeout: 90
420+
timeout: 150
421421
retries: 0
422422
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
423423
timeout: 5
@@ -426,7 +426,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos:
426426
timeout: 10
427427
retries: 0
428428
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
429-
timeout: 90
429+
timeout: 150
430430
retries: 1
431431
after:
432432
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -483,7 +483,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu:
483483
retries: 1
484484
- command: echo No internal packages to add.
485485
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
486-
timeout: 90
486+
timeout: 150
487487
retries: 0
488488
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
489489
timeout: 5
@@ -492,7 +492,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu:
492492
timeout: 10
493493
retries: 0
494494
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
495-
timeout: 90
495+
timeout: 150
496496
retries: 1
497497
after:
498498
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -549,7 +549,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_windows:
549549
retries: 1
550550
- command: echo No internal packages to add.
551551
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
552-
timeout: 90
552+
timeout: 150
553553
retries: 0
554554
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
555555
timeout: 5
@@ -558,7 +558,7 @@ validate_-_netcode_gameobjects_-_6000_0_-_windows:
558558
timeout: 10
559559
retries: 0
560560
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
561-
timeout: 90
561+
timeout: 150
562562
retries: 1
563563
after:
564564
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -615,7 +615,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_macos:
615615
retries: 1
616616
- command: echo No internal packages to add.
617617
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
618-
timeout: 90
618+
timeout: 150
619619
retries: 0
620620
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
621621
timeout: 5
@@ -624,7 +624,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_macos:
624624
timeout: 10
625625
retries: 0
626626
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
627-
timeout: 90
627+
timeout: 150
628628
retries: 1
629629
after:
630630
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -681,7 +681,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_ubuntu:
681681
retries: 1
682682
- command: echo No internal packages to add.
683683
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
684-
timeout: 90
684+
timeout: 150
685685
retries: 0
686686
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
687687
timeout: 5
@@ -690,7 +690,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_ubuntu:
690690
timeout: 10
691691
retries: 0
692692
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
693-
timeout: 90
693+
timeout: 150
694694
retries: 1
695695
after:
696696
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -747,7 +747,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_windows:
747747
retries: 1
748748
- command: echo No internal packages to add.
749749
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
750-
timeout: 90
750+
timeout: 150
751751
retries: 0
752752
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
753753
timeout: 5
@@ -756,7 +756,7 @@ validate_-_netcode_gameobjects_-_6000_1_-_windows:
756756
timeout: 10
757757
retries: 0
758758
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
759-
timeout: 90
759+
timeout: 150
760760
retries: 1
761761
after:
762762
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -813,7 +813,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_macos:
813813
retries: 1
814814
- command: echo No internal packages to add.
815815
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
816-
timeout: 90
816+
timeout: 150
817817
retries: 0
818818
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
819819
timeout: 5
@@ -822,7 +822,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_macos:
822822
timeout: 10
823823
retries: 0
824824
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
825-
timeout: 90
825+
timeout: 150
826826
retries: 1
827827
after:
828828
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -879,7 +879,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_ubuntu:
879879
retries: 1
880880
- command: echo No internal packages to add.
881881
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
882-
timeout: 90
882+
timeout: 150
883883
retries: 0
884884
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
885885
timeout: 5
@@ -888,7 +888,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_ubuntu:
888888
timeout: 10
889889
retries: 0
890890
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
891-
timeout: 90
891+
timeout: 150
892892
retries: 1
893893
after:
894894
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -945,7 +945,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_windows:
945945
retries: 1
946946
- command: echo No internal packages to add.
947947
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
948-
timeout: 90
948+
timeout: 150
949949
retries: 0
950950
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
951951
timeout: 5
@@ -954,7 +954,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_windows:
954954
timeout: 10
955955
retries: 0
956956
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
957-
timeout: 90
957+
timeout: 150
958958
retries: 1
959959
after:
960960
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -1011,7 +1011,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_macos:
10111011
retries: 1
10121012
- command: echo No internal packages to add.
10131013
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
1014-
timeout: 90
1014+
timeout: 150
10151015
retries: 0
10161016
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
10171017
timeout: 5
@@ -1020,7 +1020,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_macos:
10201020
timeout: 10
10211021
retries: 0
10221022
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
1023-
timeout: 90
1023+
timeout: 150
10241024
retries: 1
10251025
after:
10261026
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -1077,7 +1077,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_ubuntu:
10771077
retries: 1
10781078
- command: echo No internal packages to add.
10791079
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
1080-
timeout: 90
1080+
timeout: 150
10811081
retries: 0
10821082
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
10831083
timeout: 5
@@ -1086,7 +1086,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_ubuntu:
10861086
timeout: 10
10871087
retries: 0
10881088
- command: 'UnifiedTestRunner --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
1089-
timeout: 90
1089+
timeout: 150
10901090
retries: 1
10911091
after:
10921092
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -1143,7 +1143,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_windows:
11431143
retries: 1
11441144
- command: echo No internal packages to add.
11451145
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
1146-
timeout: 90
1146+
timeout: 150
11471147
retries: 0
11481148
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
11491149
timeout: 5
@@ -1152,7 +1152,7 @@ validate_-_netcode_gameobjects_-_6000_3_-_windows:
11521152
timeout: 10
11531153
retries: 0
11541154
- command: 'UnifiedTestRunner.exe --testproject=testproject --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" '
1155-
timeout: 90
1155+
timeout: 150
11561156
retries: 1
11571157
after:
11581158
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd

Tools/CI/Settings/NGOSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class NGOSettings : AnnotatedSettingsBase
1212
static ValidationOptions validationOptions = new ValidationOptions()
1313
{
1414
ProjectPath = "testproject",
15-
UtrTestingYamatoTimeout = 90
15+
UtrTestingYamatoTimeout = 150 // 2.5h This it to address the issue that we are running both package and project test and that their execution is much slower on editors below 6000
1616
};
1717

1818
// update this to list all packages in this repo that you want to release.

0 commit comments

Comments
 (0)