Skip to content

Commit 3a6f538

Browse files
authored
FIX: Fix a 6000.2 build automation instability (#2161)
1 parent 785cc8b commit 3a6f538

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.yamato/wrench/preview-a-p-v.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ preview_apv_-_6000_2_-_macos:
691691
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
692692
timeout: 20
693693
retries: 10
694-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
694+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
695695
timeout: 10
696696
retries: 3
697697
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -745,7 +745,7 @@ preview_apv_-_6000_2_-_ubuntu:
745745
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
746746
timeout: 20
747747
retries: 10
748-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
748+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
749749
timeout: 10
750750
retries: 3
751751
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -800,7 +800,7 @@ preview_apv_-_6000_2_-_windows:
800800
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
801801
timeout: 20
802802
retries: 10
803-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
803+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
804804
timeout: 10
805805
retries: 3
806806
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~

.yamato/wrench/validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ validate_-_inputsystem_-_6000_2_-_macos:
805805
- command: 7z x -aoa wrench-localapv.zip
806806
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
807807
- command: python PythonScripts/print_machine_info.py
808-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
808+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
809809
timeout: 10
810810
retries: 3
811811
- command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --unity .Editor
@@ -871,7 +871,7 @@ validate_-_inputsystem_-_6000_2_-_ubuntu:
871871
- command: 7z x -aoa wrench-localapv.zip
872872
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
873873
- command: python PythonScripts/print_machine_info.py
874-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
874+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
875875
timeout: 10
876876
retries: 3
877877
- command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --unity .Editor
@@ -937,7 +937,7 @@ validate_-_inputsystem_-_6000_2_-_windows:
937937
- command: 7z x -aoa wrench-localapv.zip
938938
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
939939
- command: python PythonScripts/print_machine_info.py
940-
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
940+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast --wait
941941
timeout: 10
942942
retries: 3
943943
- command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --unity .Editor

0 commit comments

Comments
 (0)