Skip to content

Commit a463899

Browse files
committed
Corrected setup necessary for release automation of NGO (#3149)
* generated files for release automation within Unity org * Corrected pvp profiles check
1 parent 1731a81 commit a463899

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

.yamato/wrench/validation-jobs.yml

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ validate_-_netcode_gameobjects_-_2021_3_-_macos:
2323
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
2424
timeout: 20
2525
retries: 0
26-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
27-
timeout: 5
26+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
27+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
28+
timeout: 10
2829
retries: 0
29-
- command: echo No additional PVP profiles to declared to check.
3030
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
3131
timeout: 30
3232
retries: 1
@@ -90,10 +90,10 @@ validate_-_netcode_gameobjects_-_2021_3_-_ubuntu:
9090
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
9191
timeout: 20
9292
retries: 0
93-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
94-
timeout: 5
93+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
94+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
95+
timeout: 10
9596
retries: 0
96-
- command: echo No additional PVP profiles to declared to check.
9797
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
9898
timeout: 30
9999
retries: 1
@@ -158,7 +158,9 @@ validate_-_netcode_gameobjects_-_2021_3_-_windows:
158158
timeout: 20
159159
retries: 0
160160
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
161-
- command: echo No additional PVP profiles to declared to check.
161+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
162+
timeout: 10
163+
retries: 0
162164
- command: UnifiedTestRunner.exe --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
163165
timeout: 30
164166
retries: 1
@@ -222,10 +224,10 @@ validate_-_netcode_gameobjects_-_2022_3_-_macos:
222224
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
223225
timeout: 20
224226
retries: 0
225-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
226-
timeout: 5
227+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
228+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
229+
timeout: 10
227230
retries: 0
228-
- command: echo No additional PVP profiles to declared to check.
229231
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
230232
timeout: 30
231233
retries: 1
@@ -289,10 +291,10 @@ validate_-_netcode_gameobjects_-_2022_3_-_ubuntu:
289291
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
290292
timeout: 20
291293
retries: 0
292-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
293-
timeout: 5
294+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
295+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
296+
timeout: 10
294297
retries: 0
295-
- command: echo No additional PVP profiles to declared to check.
296298
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
297299
timeout: 30
298300
retries: 1
@@ -357,7 +359,9 @@ validate_-_netcode_gameobjects_-_2022_3_-_windows:
357359
timeout: 20
358360
retries: 0
359361
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
360-
- command: echo No additional PVP profiles to declared to check.
362+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
363+
timeout: 10
364+
retries: 0
361365
- command: UnifiedTestRunner.exe --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
362366
timeout: 30
363367
retries: 1
@@ -421,10 +425,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos:
421425
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
422426
timeout: 20
423427
retries: 0
424-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
425-
timeout: 5
428+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
429+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
430+
timeout: 10
426431
retries: 0
427-
- command: echo No additional PVP profiles to declared to check.
428432
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
429433
timeout: 30
430434
retries: 1
@@ -488,10 +492,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu:
488492
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
489493
timeout: 20
490494
retries: 0
491-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
492-
timeout: 5
495+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
496+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
497+
timeout: 10
493498
retries: 0
494-
- command: echo No additional PVP profiles to declared to check.
495499
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
496500
timeout: 30
497501
retries: 1
@@ -556,7 +560,9 @@ validate_-_netcode_gameobjects_-_6000_0_-_windows:
556560
timeout: 20
557561
retries: 0
558562
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
559-
- command: echo No additional PVP profiles to declared to check.
563+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
564+
timeout: 10
565+
retries: 0
560566
- command: UnifiedTestRunner.exe --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
561567
timeout: 30
562568
retries: 1
@@ -620,10 +626,10 @@ validate_-_netcode_gameobjects_-_6000_1_-_macos:
620626
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
621627
timeout: 20
622628
retries: 0
623-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
624-
timeout: 5
629+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
630+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
631+
timeout: 10
625632
retries: 0
626-
- command: echo No additional PVP profiles to declared to check.
627633
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
628634
timeout: 30
629635
retries: 1
@@ -687,10 +693,10 @@ validate_-_netcode_gameobjects_-_6000_1_-_ubuntu:
687693
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
688694
timeout: 20
689695
retries: 0
690-
- command: upm-pvp require "PVP-160-1 PVP-101-2" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
691-
timeout: 5
696+
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
697+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
698+
timeout: 10
692699
retries: 0
693-
- command: echo No additional PVP profiles to declared to check.
694700
- command: UnifiedTestRunner --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
695701
timeout: 30
696702
retries: 1
@@ -755,7 +761,9 @@ validate_-_netcode_gameobjects_-_6000_1_-_windows:
755761
timeout: 20
756762
retries: 0
757763
- command: echo Skipping check for PVP-160-1 as there is a bug on Windows. https://jira.unity3d.com/browse/PETS-1462
758-
- command: echo No additional PVP profiles to declared to check.
764+
- command: upm-pvp require "rme PVP-160-1 supported" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
765+
timeout: 10
766+
retries: 0
759767
- command: UnifiedTestRunner.exe --testproject=test-netcode.gameobjects --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts_path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}"
760768
timeout: 30
761769
retries: 1

0 commit comments

Comments
 (0)