Skip to content

Commit edb2aeb

Browse files
authored
CHANGE: Update packageworks to 0.10.40 (#2145)
1 parent f214b56 commit edb2aeb

File tree

10 files changed

+136
-129
lines changed

10 files changed

+136
-129
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ performance_tests_only:
320320
- branch: develop
321321
frequency: daily
322322
rerun: always
323-
- branch: stable
323+
- branch: release/1.X
324324
frequency: weekly
325325
rerun: always
326326

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
22
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
3+
all_api_validation_jobs:
4+
name: All API Validation Jobs
5+
dependencies:
6+
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_inputsystem_-_2021_3_-_windows
37

48
# upm-ci validation tests for API Validation - inputsystem - 2021.3 - windows (2021.3 - Windows).
59
api_validation_-_inputsystem_-_2021_3_-_windows:
@@ -9,7 +13,7 @@ api_validation_-_inputsystem_-_2021_3_-_windows:
913
type: Unity::VM
1014
flavor: b1.large
1115
commands:
12-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
16+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
1317
- command: 7z x -aoa wrench-localapv.zip
1418
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1519
- command: python PythonScripts/print_machine_info.py
@@ -47,11 +51,8 @@ api_validation_-_inputsystem_-_2021_3_-_windows:
4751
dependencies:
4852
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
4953
variables:
50-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
51-
triggers:
52-
expression: push.branch match "^release/.*"
53-
cancel_old_ci: true
54+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
5455
metadata:
5556
Job Maintainers: '#rm-packageworks'
56-
Wrench: 0.10.37.0
57+
Wrench: 0.10.40.0
5758

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ package_pack_-_inputsystem:
2626
UPMCI_ACK_LARGE_PACKAGE: 1
2727
metadata:
2828
Job Maintainers: '#rm-packageworks'
29-
Wrench: 0.10.37.0
29+
Wrench: 0.10.40.0
3030

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

Lines changed: 46 additions & 49 deletions
Large diffs are not rendered by default.

.yamato/wrench/promotion-jobs.yml

Lines changed: 6 additions & 9 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-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
12+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.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
@@ -148,13 +148,10 @@ publish_dry_run_inputsystem:
148148
unzip: true
149149
variables:
150150
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
151-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
152-
triggers:
153-
expression: push.branch match "^release/.*"
154-
cancel_old_ci: true
151+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
155152
metadata:
156153
Job Maintainers: '#rm-packageworks'
157-
Wrench: 0.10.37.0
154+
Wrench: 0.10.40.0
158155

159156
# Publish for inputsystem to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
160157
publish_inputsystem:
@@ -164,7 +161,7 @@ publish_inputsystem:
164161
type: Unity::VM
165162
flavor: b1.large
166163
commands:
167-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
164+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
168165
- command: 7z x -aoa wrench-localapv.zip
169166
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
170167
- command: python PythonScripts/print_machine_info.py
@@ -303,8 +300,8 @@ publish_inputsystem:
303300
unzip: true
304301
variables:
305302
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
306-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
303+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
307304
metadata:
308305
Job Maintainers: '#rm-packageworks'
309-
Wrench: 0.10.37.0
306+
Wrench: 0.10.40.0
310307

.yamato/wrench/publish-trigger.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 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: http://Go/ii2fb
3+
all_promotion_related_jobs_promotiontrigger:
4+
name: All Promotion Related Jobs PromotionTrigger
5+
dependencies:
6+
- path: .yamato/wrench/api-validation-jobs.yml#all_api_validation_jobs
7+
- path: .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
8+
- path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
9+
triggers:
10+
expression: push.branch match "^release/.*"
11+
cancel_old_ci: true
12+

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date:
2626
cancel_old_ci: true
2727
metadata:
2828
Job Maintainers: '#rm-packageworks'
29-
Wrench: 0.10.37.0
29+
Wrench: 0.10.40.0
3030

0 commit comments

Comments
 (0)