Skip to content

Commit bc65049

Browse files
committed
Regenerated wrench config
1 parent 36a2bc2 commit bc65049

File tree

2 files changed

+458
-66
lines changed

2 files changed

+458
-66
lines changed

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

Lines changed: 203 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# Parent Preview APV Job.
55
all_preview_apv_jobs:
@@ -11,12 +11,15 @@ all_preview_apv_jobs:
1111
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_macos
1212
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_ubuntu
1313
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_windows
14+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
15+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
16+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
1417
triggers:
1518
expression: push.branch match "^release/.*"
1619
cancel_old_ci: true
1720
metadata:
1821
Job Maintainers: '#rm-packageworks'
19-
Wrench: 0.10.31.0
22+
Wrench: 0.10.36.0
2023

2124
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
2225
preview_apv_-_6000_0_-_macos:
@@ -26,7 +29,7 @@ preview_apv_-_6000_0_-_macos:
2629
type: Unity::VM::osx
2730
flavor: b1.xlarge
2831
commands:
29-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
32+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
3033
- command: 7z x -aoa wrench-localapv.zip
3134
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
3235
- command: python PythonScripts/print_machine_info.py
@@ -40,7 +43,7 @@ preview_apv_-_6000_0_-_macos:
4043
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
4144
after:
4245
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
43-
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.0 || exit 0
46+
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
4447
timeout: 10
4548
retries: 1
4649
artifacts:
@@ -70,10 +73,10 @@ preview_apv_-_6000_0_-_macos:
7073
dependencies:
7174
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
7275
variables:
73-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
76+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
7477
metadata:
7578
Job Maintainers: '#rm-packageworks'
76-
Wrench: 0.10.31.0
79+
Wrench: 0.10.36.0
7780

7881
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
7982
preview_apv_-_6000_0_-_ubuntu:
@@ -83,7 +86,7 @@ preview_apv_-_6000_0_-_ubuntu:
8386
type: Unity::VM
8487
flavor: b1.large
8588
commands:
86-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
89+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
8790
- command: 7z x -aoa wrench-localapv.zip
8891
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
8992
- command: python PythonScripts/print_machine_info.py
@@ -97,7 +100,7 @@ preview_apv_-_6000_0_-_ubuntu:
97100
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
98101
after:
99102
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
100-
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.0 || exit 0
103+
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
101104
timeout: 10
102105
retries: 1
103106
artifacts:
@@ -127,10 +130,10 @@ preview_apv_-_6000_0_-_ubuntu:
127130
dependencies:
128131
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
129132
variables:
130-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
133+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
131134
metadata:
132135
Job Maintainers: '#rm-packageworks'
133-
Wrench: 0.10.31.0
136+
Wrench: 0.10.36.0
134137

135138
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
136139
preview_apv_-_6000_0_-_windows:
@@ -140,8 +143,8 @@ preview_apv_-_6000_0_-_windows:
140143
type: Unity::VM
141144
flavor: b1.large
142145
commands:
143-
- command: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
144-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
146+
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
147+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
145148
- command: 7z x -aoa wrench-localapv.zip
146149
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
147150
- command: python PythonScripts/print_machine_info.py
@@ -155,7 +158,7 @@ preview_apv_-_6000_0_-_windows:
155158
- command: python PythonScripts/editor_manifest_validator.py --version=6000.0 --wrench-config=.yamato/wrench/wrench_config.json
156159
after:
157160
- command: cmd.exe /c "curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0"
158-
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.0 || exit 0"
161+
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.1 || exit 0"
159162
timeout: 10
160163
retries: 1
161164
artifacts:
@@ -185,11 +188,10 @@ preview_apv_-_6000_0_-_windows:
185188
dependencies:
186189
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
187190
variables:
188-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
189-
interpreter: powershell
191+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
190192
metadata:
191193
Job Maintainers: '#rm-packageworks'
192-
Wrench: 0.10.31.0
194+
Wrench: 0.10.36.0
193195

194196
# Functional tests for dependents found in the latest 6000.1 manifest (MacOS).
195197
preview_apv_-_6000_1_-_macos:
@@ -199,7 +201,7 @@ preview_apv_-_6000_1_-_macos:
199201
type: Unity::VM::osx
200202
flavor: b1.xlarge
201203
commands:
202-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
204+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
203205
- command: 7z x -aoa wrench-localapv.zip
204206
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
205207
- command: python PythonScripts/print_machine_info.py
@@ -213,7 +215,7 @@ preview_apv_-_6000_1_-_macos:
213215
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
214216
after:
215217
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
216-
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.0 || exit 0
218+
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
217219
timeout: 10
218220
retries: 1
219221
artifacts:
@@ -243,10 +245,10 @@ preview_apv_-_6000_1_-_macos:
243245
dependencies:
244246
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
245247
variables:
246-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
248+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
247249
metadata:
248250
Job Maintainers: '#rm-packageworks'
249-
Wrench: 0.10.31.0
251+
Wrench: 0.10.36.0
250252

251253
# Functional tests for dependents found in the latest 6000.1 manifest (Ubuntu).
252254
preview_apv_-_6000_1_-_ubuntu:
@@ -256,7 +258,7 @@ preview_apv_-_6000_1_-_ubuntu:
256258
type: Unity::VM
257259
flavor: b1.large
258260
commands:
259-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
261+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
260262
- command: 7z x -aoa wrench-localapv.zip
261263
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
262264
- command: python PythonScripts/print_machine_info.py
@@ -270,7 +272,7 @@ preview_apv_-_6000_1_-_ubuntu:
270272
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
271273
after:
272274
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
273-
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.0 || exit 0
275+
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
274276
timeout: 10
275277
retries: 1
276278
artifacts:
@@ -300,10 +302,10 @@ preview_apv_-_6000_1_-_ubuntu:
300302
dependencies:
301303
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
302304
variables:
303-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
305+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
304306
metadata:
305307
Job Maintainers: '#rm-packageworks'
306-
Wrench: 0.10.31.0
308+
Wrench: 0.10.36.0
307309

308310
# Functional tests for dependents found in the latest 6000.1 manifest (Windows).
309311
preview_apv_-_6000_1_-_windows:
@@ -313,8 +315,8 @@ preview_apv_-_6000_1_-_windows:
313315
type: Unity::VM
314316
flavor: b1.large
315317
commands:
316-
- command: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
317-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
318+
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
319+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
318320
- command: 7z x -aoa wrench-localapv.zip
319321
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
320322
- command: python PythonScripts/print_machine_info.py
@@ -328,7 +330,7 @@ preview_apv_-_6000_1_-_windows:
328330
- command: python PythonScripts/editor_manifest_validator.py --version=6000.1 --wrench-config=.yamato/wrench/wrench_config.json
329331
after:
330332
- command: cmd.exe /c "curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0"
331-
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.0 || exit 0"
333+
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.1 || exit 0"
332334
timeout: 10
333335
retries: 1
334336
artifacts:
@@ -358,9 +360,180 @@ preview_apv_-_6000_1_-_windows:
358360
dependencies:
359361
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
360362
variables:
361-
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
362-
interpreter: powershell
363+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
363364
metadata:
364365
Job Maintainers: '#rm-packageworks'
365-
Wrench: 0.10.31.0
366+
Wrench: 0.10.36.0
367+
368+
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
369+
preview_apv_-_6000_2_-_macos:
370+
name: Preview APV - 6000.2 - macos
371+
agent:
372+
image: package-ci/macos-13:default
373+
type: Unity::VM::osx
374+
flavor: b1.xlarge
375+
commands:
376+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
377+
- command: 7z x -aoa wrench-localapv.zip
378+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
379+
- command: python PythonScripts/print_machine_info.py
380+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
381+
timeout: 20
382+
retries: 10
383+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
384+
timeout: 10
385+
retries: 3
386+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
387+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
388+
after:
389+
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
390+
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
391+
timeout: 10
392+
retries: 1
393+
artifacts:
394+
Crash Dumps:
395+
paths:
396+
- CrashDumps/**
397+
logs:
398+
paths:
399+
- '*.log'
400+
- '*.xml'
401+
- upm-ci~/test-results/**/*
402+
- upm-ci~/temp/*/Logs/**
403+
- upm-ci~/temp/*/Library/*.log
404+
- upm-ci~/temp/*/*.log
405+
- upm-ci~/temp/Builds/*.log
406+
packages:
407+
paths:
408+
- upm-ci~/packages/**/*
409+
PreviewAPVResults:
410+
paths:
411+
- PreviewApvArtifacts~/**
412+
- APVTest/**/manifest.json
413+
pvp-results:
414+
paths:
415+
- upm-ci~/pvp/**/*
416+
browsable: onDemand
417+
dependencies:
418+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
419+
variables:
420+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
421+
metadata:
422+
Job Maintainers: '#rm-packageworks'
423+
Wrench: 0.10.36.0
424+
425+
# Functional tests for dependents found in the latest 6000.2 manifest (Ubuntu).
426+
preview_apv_-_6000_2_-_ubuntu:
427+
name: Preview APV - 6000.2 - ubuntu
428+
agent:
429+
image: package-ci/ubuntu-20.04:default
430+
type: Unity::VM
431+
flavor: b1.large
432+
commands:
433+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
434+
- command: 7z x -aoa wrench-localapv.zip
435+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
436+
- command: python PythonScripts/print_machine_info.py
437+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
438+
timeout: 20
439+
retries: 10
440+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
441+
timeout: 10
442+
retries: 3
443+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
444+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
445+
after:
446+
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
447+
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
448+
timeout: 10
449+
retries: 1
450+
artifacts:
451+
Crash Dumps:
452+
paths:
453+
- CrashDumps/**
454+
logs:
455+
paths:
456+
- '*.log'
457+
- '*.xml'
458+
- upm-ci~/test-results/**/*
459+
- upm-ci~/temp/*/Logs/**
460+
- upm-ci~/temp/*/Library/*.log
461+
- upm-ci~/temp/*/*.log
462+
- upm-ci~/temp/Builds/*.log
463+
packages:
464+
paths:
465+
- upm-ci~/packages/**/*
466+
PreviewAPVResults:
467+
paths:
468+
- PreviewApvArtifacts~/**
469+
- APVTest/**/manifest.json
470+
pvp-results:
471+
paths:
472+
- upm-ci~/pvp/**/*
473+
browsable: onDemand
474+
dependencies:
475+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
476+
variables:
477+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
478+
metadata:
479+
Job Maintainers: '#rm-packageworks'
480+
Wrench: 0.10.36.0
481+
482+
# Functional tests for dependents found in the latest 6000.2 manifest (Windows).
483+
preview_apv_-_6000_2_-_windows:
484+
name: Preview APV - 6000.2 - windows
485+
agent:
486+
image: package-ci/win10:default
487+
type: Unity::VM
488+
flavor: b1.large
489+
commands:
490+
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
491+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e.zip -o wrench-localapv.zip
492+
- command: 7z x -aoa wrench-localapv.zip
493+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
494+
- command: python PythonScripts/print_machine_info.py
495+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
496+
timeout: 20
497+
retries: 10
498+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
499+
timeout: 10
500+
retries: 3
501+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
502+
- command: python PythonScripts/editor_manifest_validator.py --version=6000.2 --wrench-config=.yamato/wrench/wrench_config.json
503+
after:
504+
- command: cmd.exe /c "curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0"
505+
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.1 || exit 0"
506+
timeout: 10
507+
retries: 1
508+
artifacts:
509+
Crash Dumps:
510+
paths:
511+
- CrashDumps/**
512+
logs:
513+
paths:
514+
- '*.log'
515+
- '*.xml'
516+
- upm-ci~/test-results/**/*
517+
- upm-ci~/temp/*/Logs/**
518+
- upm-ci~/temp/*/Library/*.log
519+
- upm-ci~/temp/*/*.log
520+
- upm-ci~/temp/Builds/*.log
521+
packages:
522+
paths:
523+
- upm-ci~/packages/**/*
524+
PreviewAPVResults:
525+
paths:
526+
- PreviewApvArtifacts~/**
527+
- APVTest/**/manifest.json
528+
pvp-results:
529+
paths:
530+
- upm-ci~/pvp/**/*
531+
browsable: onDemand
532+
dependencies:
533+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
534+
variables:
535+
UPMPVP_CONTEXT_WRENCH: 0.10.36.0
536+
metadata:
537+
Job Maintainers: '#rm-packageworks'
538+
Wrench: 0.10.36.0
366539

0 commit comments

Comments
 (0)