Skip to content

Commit d9ab449

Browse files
committed
add PVP exemption, update Wrench version
1 parent 5857cf6 commit d9ab449

File tree

8 files changed

+1734
-133
lines changed

8 files changed

+1734
-133
lines changed

.yamato/wrench/api-validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ api_validation_-_inputsystem_-_2019_4_-_windows:
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
12-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
12+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
1313
- command: 7z x -aoa wrench-localapv.zip
1414
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1515
- command: python PythonScripts/print_machine_info.py
@@ -50,11 +50,11 @@ api_validation_-_inputsystem_-_2019_4_-_windows:
5050
dependencies:
5151
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
5252
variables:
53-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
53+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
5454
triggers:
5555
expression: push.branch match "^release/.*"
5656
cancel_old_ci: true
5757
metadata:
5858
Job Maintainers: '#rm-packageworks'
59-
Wrench: 0.10.25.0
59+
Wrench: 0.10.27.0
6060

.yamato/wrench/package-pack-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package_pack_-_inputsystem:
1212
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1313
timeout: 20
1414
retries: 10
15-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
15+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
1616
- command: 7z x -aoa wrench-localapv.zip
1717
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1818
- command: python PythonScripts/print_machine_info.py
@@ -29,8 +29,8 @@ package_pack_-_inputsystem:
2929
- upm-ci~/packages/**/*
3030
variables:
3131
UPMCI_ACK_LARGE_PACKAGE: 1
32-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
32+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
3333
metadata:
3434
Job Maintainers: '#rm-packageworks'
35-
Wrench: 0.10.25.0
35+
Wrench: 0.10.27.0
3636

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all_preview_apv_jobs:
2222
cancel_old_ci: true
2323
metadata:
2424
Job Maintainers: '#rm-packageworks'
25-
Wrench: 0.10.25.0
25+
Wrench: 0.10.27.0
2626

2727
# Functional tests for dependents found in the latest 2021.3 manifest (MacOS).
2828
preview_apv_-_2021_3_-_macos:
@@ -32,7 +32,7 @@ preview_apv_-_2021_3_-_macos:
3232
type: Unity::VM::osx
3333
flavor: b1.xlarge
3434
commands:
35-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
35+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
3636
- command: 7z x -aoa wrench-localapv.zip
3737
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
3838
- command: python PythonScripts/print_machine_info.py
@@ -75,10 +75,10 @@ preview_apv_-_2021_3_-_macos:
7575
dependencies:
7676
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
7777
variables:
78-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
78+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
7979
metadata:
8080
Job Maintainers: '#rm-packageworks'
81-
Wrench: 0.10.25.0
81+
Wrench: 0.10.27.0
8282

8383
# Functional tests for dependents found in the latest 2021.3 manifest (Ubuntu).
8484
preview_apv_-_2021_3_-_ubuntu:
@@ -88,7 +88,7 @@ preview_apv_-_2021_3_-_ubuntu:
8888
type: Unity::VM
8989
flavor: b1.large
9090
commands:
91-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
91+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
9292
- command: 7z x -aoa wrench-localapv.zip
9393
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
9494
- command: python PythonScripts/print_machine_info.py
@@ -131,10 +131,10 @@ preview_apv_-_2021_3_-_ubuntu:
131131
dependencies:
132132
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
133133
variables:
134-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
134+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
135135
metadata:
136136
Job Maintainers: '#rm-packageworks'
137-
Wrench: 0.10.25.0
137+
Wrench: 0.10.27.0
138138

139139
# Functional tests for dependents found in the latest 2021.3 manifest (Windows).
140140
preview_apv_-_2021_3_-_windows:
@@ -144,7 +144,7 @@ preview_apv_-_2021_3_-_windows:
144144
type: Unity::VM
145145
flavor: b1.large
146146
commands:
147-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
147+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
148148
- command: 7z x -aoa wrench-localapv.zip
149149
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
150150
- command: python PythonScripts/print_machine_info.py
@@ -187,10 +187,10 @@ preview_apv_-_2021_3_-_windows:
187187
dependencies:
188188
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
189189
variables:
190-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
190+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
191191
metadata:
192192
Job Maintainers: '#rm-packageworks'
193-
Wrench: 0.10.25.0
193+
Wrench: 0.10.27.0
194194

195195
# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
196196
preview_apv_-_2022_3_-_macos:
@@ -200,7 +200,7 @@ preview_apv_-_2022_3_-_macos:
200200
type: Unity::VM::osx
201201
flavor: b1.xlarge
202202
commands:
203-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
203+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
204204
- command: 7z x -aoa wrench-localapv.zip
205205
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
206206
- command: python PythonScripts/print_machine_info.py
@@ -243,10 +243,10 @@ preview_apv_-_2022_3_-_macos:
243243
dependencies:
244244
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
245245
variables:
246-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
246+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
247247
metadata:
248248
Job Maintainers: '#rm-packageworks'
249-
Wrench: 0.10.25.0
249+
Wrench: 0.10.27.0
250250

251251
# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
252252
preview_apv_-_2022_3_-_ubuntu:
@@ -256,7 +256,7 @@ preview_apv_-_2022_3_-_ubuntu:
256256
type: Unity::VM
257257
flavor: b1.large
258258
commands:
259-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
259+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
260260
- command: 7z x -aoa wrench-localapv.zip
261261
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
262262
- command: python PythonScripts/print_machine_info.py
@@ -299,10 +299,10 @@ preview_apv_-_2022_3_-_ubuntu:
299299
dependencies:
300300
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
301301
variables:
302-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
302+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
303303
metadata:
304304
Job Maintainers: '#rm-packageworks'
305-
Wrench: 0.10.25.0
305+
Wrench: 0.10.27.0
306306

307307
# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
308308
preview_apv_-_2022_3_-_windows:
@@ -312,7 +312,7 @@ preview_apv_-_2022_3_-_windows:
312312
type: Unity::VM
313313
flavor: b1.large
314314
commands:
315-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
315+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
316316
- command: 7z x -aoa wrench-localapv.zip
317317
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
318318
- command: python PythonScripts/print_machine_info.py
@@ -355,10 +355,10 @@ preview_apv_-_2022_3_-_windows:
355355
dependencies:
356356
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
357357
variables:
358-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
358+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
359359
metadata:
360360
Job Maintainers: '#rm-packageworks'
361-
Wrench: 0.10.25.0
361+
Wrench: 0.10.27.0
362362

363363
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
364364
preview_apv_-_6000_0_-_macos:
@@ -368,7 +368,7 @@ preview_apv_-_6000_0_-_macos:
368368
type: Unity::VM::osx
369369
flavor: b1.xlarge
370370
commands:
371-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
371+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
372372
- command: 7z x -aoa wrench-localapv.zip
373373
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
374374
- command: python PythonScripts/print_machine_info.py
@@ -411,10 +411,10 @@ preview_apv_-_6000_0_-_macos:
411411
dependencies:
412412
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
413413
variables:
414-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
414+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
415415
metadata:
416416
Job Maintainers: '#rm-packageworks'
417-
Wrench: 0.10.25.0
417+
Wrench: 0.10.27.0
418418

419419
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
420420
preview_apv_-_6000_0_-_ubuntu:
@@ -424,7 +424,7 @@ preview_apv_-_6000_0_-_ubuntu:
424424
type: Unity::VM
425425
flavor: b1.large
426426
commands:
427-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
427+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
428428
- command: 7z x -aoa wrench-localapv.zip
429429
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
430430
- command: python PythonScripts/print_machine_info.py
@@ -467,10 +467,10 @@ preview_apv_-_6000_0_-_ubuntu:
467467
dependencies:
468468
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
469469
variables:
470-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
470+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
471471
metadata:
472472
Job Maintainers: '#rm-packageworks'
473-
Wrench: 0.10.25.0
473+
Wrench: 0.10.27.0
474474

475475
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
476476
preview_apv_-_6000_0_-_windows:
@@ -480,7 +480,7 @@ preview_apv_-_6000_0_-_windows:
480480
type: Unity::VM
481481
flavor: b1.large
482482
commands:
483-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
483+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
484484
- command: 7z x -aoa wrench-localapv.zip
485485
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
486486
- command: python PythonScripts/print_machine_info.py
@@ -523,10 +523,10 @@ preview_apv_-_6000_0_-_windows:
523523
dependencies:
524524
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
525525
variables:
526-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
526+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
527527
metadata:
528528
Job Maintainers: '#rm-packageworks'
529-
Wrench: 0.10.25.0
529+
Wrench: 0.10.27.0
530530

531531
# Functional tests for dependents found in the latest 6000.1 manifest (MacOS).
532532
preview_apv_-_6000_1_-_macos:
@@ -536,7 +536,7 @@ preview_apv_-_6000_1_-_macos:
536536
type: Unity::VM::osx
537537
flavor: b1.xlarge
538538
commands:
539-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
539+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
540540
- command: 7z x -aoa wrench-localapv.zip
541541
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
542542
- command: python PythonScripts/print_machine_info.py
@@ -579,10 +579,10 @@ preview_apv_-_6000_1_-_macos:
579579
dependencies:
580580
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
581581
variables:
582-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
582+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
583583
metadata:
584584
Job Maintainers: '#rm-packageworks'
585-
Wrench: 0.10.25.0
585+
Wrench: 0.10.27.0
586586

587587
# Functional tests for dependents found in the latest 6000.1 manifest (Ubuntu).
588588
preview_apv_-_6000_1_-_ubuntu:
@@ -592,7 +592,7 @@ preview_apv_-_6000_1_-_ubuntu:
592592
type: Unity::VM
593593
flavor: b1.large
594594
commands:
595-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
595+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
596596
- command: 7z x -aoa wrench-localapv.zip
597597
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
598598
- command: python PythonScripts/print_machine_info.py
@@ -635,10 +635,10 @@ preview_apv_-_6000_1_-_ubuntu:
635635
dependencies:
636636
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
637637
variables:
638-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
638+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
639639
metadata:
640640
Job Maintainers: '#rm-packageworks'
641-
Wrench: 0.10.25.0
641+
Wrench: 0.10.27.0
642642

643643
# Functional tests for dependents found in the latest 6000.1 manifest (Windows).
644644
preview_apv_-_6000_1_-_windows:
@@ -648,7 +648,7 @@ preview_apv_-_6000_1_-_windows:
648648
type: Unity::VM
649649
flavor: b1.large
650650
commands:
651-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
651+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
652652
- command: 7z x -aoa wrench-localapv.zip
653653
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
654654
- command: python PythonScripts/print_machine_info.py
@@ -691,8 +691,8 @@ preview_apv_-_6000_1_-_windows:
691691
dependencies:
692692
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
693693
variables:
694-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
694+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
695695
metadata:
696696
Job Maintainers: '#rm-packageworks'
697-
Wrench: 0.10.25.0
697+
Wrench: 0.10.27.0
698698

.yamato/wrench/promotion-jobs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish_dry_run_inputsystem:
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
12-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
12+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
1313
- command: 7z x -aoa wrench-localapv.zip
1414
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1515
- command: python PythonScripts/print_machine_info.py
@@ -151,13 +151,13 @@ publish_dry_run_inputsystem:
151151
unzip: true
152152
variables:
153153
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
154-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
154+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
155155
triggers:
156156
expression: push.branch match "^release/.*"
157157
cancel_old_ci: true
158158
metadata:
159159
Job Maintainers: '#rm-packageworks'
160-
Wrench: 0.10.25.0
160+
Wrench: 0.10.27.0
161161

162162
# Publish for inputsystem to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
163163
publish_inputsystem:
@@ -167,7 +167,7 @@ publish_inputsystem:
167167
type: Unity::VM
168168
flavor: b1.large
169169
commands:
170-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-46_5989adaa2e1fb763637fce73dc8dd932ee311a074f584a98fbd9fd05eb2b6f31.zip -o wrench-localapv.zip
170+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
171171
- command: 7z x -aoa wrench-localapv.zip
172172
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
173173
- command: python PythonScripts/print_machine_info.py
@@ -309,8 +309,8 @@ publish_inputsystem:
309309
unzip: true
310310
variables:
311311
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
312-
UPMPVP_CONTEXT_WRENCH: 0.10.25.0
312+
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
313313
metadata:
314314
Job Maintainers: '#rm-packageworks'
315-
Wrench: 0.10.25.0
315+
Wrench: 0.10.27.0
316316

0 commit comments

Comments
 (0)