Skip to content

Commit 9533ab9

Browse files
authored
FIX: All new validation jobs run successfully on CI (#2108)
1 parent 8b51f90 commit 9533ab9

9 files changed

+192
-121
lines changed

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

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

44
# upm-ci validation tests for API Validation - inputsystem - 2019.4 - windows (2019.4 - Windows).
55
api_validation_-_inputsystem_-_2019_4_-_windows:
66
name: API Validation - inputsystem - 2019.4 - windows
77
agent:
8-
image: package-ci/win10:default
8+
image: package-ci/win10:v4
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-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
12+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-55_0b53f03be6fe71c339ea32c633f3f517a5961ec4d29aa861372042a469eb3ee7.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.27.0
53+
UPMPVP_CONTEXT_WRENCH: 0.10.33.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.27.0
59+
Wrench: 0.10.33.0
6060

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

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

44
# Pack and Sign Input System
55
package_pack_-_inputsystem:
66
name: Package Pack - inputsystem
77
agent:
8-
image: package-ci/ubuntu-20.04:default
8+
image: package-ci/ubuntu-20.04:v4
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
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-48_af8ccda5754d138ef82ae29c11ddbefa5d3dff1a8f0ddf204c7de9cefa388209.zip -o wrench-localapv.zip
15+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-55_0b53f03be6fe71c339ea32c633f3f517a5961ec4d29aa861372042a469eb3ee7.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
@@ -31,8 +31,8 @@ package_pack_-_inputsystem:
3131
- upm-ci~/packages/**/*
3232
variables:
3333
UPMCI_ACK_LARGE_PACKAGE: 1
34-
UPMPVP_CONTEXT_WRENCH: 0.10.27.0
34+
UPMPVP_CONTEXT_WRENCH: 0.10.33.0
3535
metadata:
3636
Job Maintainers: '#rm-packageworks'
37-
Wrench: 0.10.27.0
37+
Wrench: 0.10.33.0
3838

0 commit comments

Comments
 (0)