Skip to content

Commit 5dc6f33

Browse files
committed
Increased timeout for sake of 2021 editor (don't port back)
1 parent 9d47826 commit 5dc6f33

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.yamato/wrench/validation-jobs.yml

Lines changed: 24 additions & 24 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: 180
24+
timeout: 240
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: 180
33+
timeout: 240
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: 180
90+
timeout: 240
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: 180
99+
timeout: 240
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: 180
156+
timeout: 240
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: 180
165+
timeout: 240
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: 180
222+
timeout: 240
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: 180
231+
timeout: 240
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: 180
288+
timeout: 240
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: 180
297+
timeout: 240
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: 180
354+
timeout: 240
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: 180
363+
timeout: 240
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: 180
420+
timeout: 240
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: 180
429+
timeout: 240
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: 180
486+
timeout: 240
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: 180
495+
timeout: 240
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: 180
552+
timeout: 240
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: 180
561+
timeout: 240
562562
retries: 1
563563
after:
564564
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
@@ -615,7 +615,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_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: 180
618+
timeout: 240
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_2_-_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: 180
627+
timeout: 240
628628
retries: 1
629629
after:
630630
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
@@ -681,7 +681,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_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: 180
684+
timeout: 240
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_2_-_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: 180
693+
timeout: 240
694694
retries: 1
695695
after:
696696
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
@@ -747,7 +747,7 @@ validate_-_netcode_gameobjects_-_6000_2_-_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: 180
750+
timeout: 240
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_2_-_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: 180
759+
timeout: 240
760760
retries: 1
761761
after:
762762
- 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 = 180 // 3h 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
15+
UtrTestingYamatoTimeout = 240 // 4h 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)