Skip to content

Commit 48fb70a

Browse files
chore(deps): update dependency recipeengine.modules.wrench to 0.10.38 (develop) (Unity-Technologies#3310)
Update of Wrench to 0.10.38 and recipe regeneration
1 parent 63494f6 commit 48fb70a

File tree

8 files changed

+122
-122
lines changed

8 files changed

+122
-122
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_-_netcode_gameobjects_-_2021_3_-_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-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
@@ -47,11 +47,11 @@ api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
4747
dependencies:
4848
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
4949
variables:
50-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
50+
UPMPVP_CONTEXT_WRENCH: 0.10.38.0
5151
triggers:
5252
expression: push.branch match "^release/.*"
5353
cancel_old_ci: true
5454
metadata:
5555
Job Maintainers: '#rm-packageworks'
56-
Wrench: 0.10.37.0
56+
Wrench: 0.10.38.0
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 0.10.37.0
27+
Wrench: 0.10.38.0
2828

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

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

.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_netcode_gameobjects:
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,13 @@ publish_dry_run_netcode_gameobjects:
148148
unzip: true
149149
variables:
150150
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
151-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
151+
UPMPVP_CONTEXT_WRENCH: 0.10.38.0
152152
triggers:
153153
expression: push.branch match "^release/.*"
154154
cancel_old_ci: true
155155
metadata:
156156
Job Maintainers: '#rm-packageworks'
157-
Wrench: 0.10.37.0
157+
Wrench: 0.10.38.0
158158

159159
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
160160
publish_netcode_gameobjects:
@@ -164,7 +164,7 @@ publish_netcode_gameobjects:
164164
type: Unity::VM
165165
flavor: b1.large
166166
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
167+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
168168
- command: 7z x -aoa wrench-localapv.zip
169169
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
170170
- command: python PythonScripts/print_machine_info.py
@@ -303,8 +303,8 @@ publish_netcode_gameobjects:
303303
unzip: true
304304
variables:
305305
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
306-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
306+
UPMPVP_CONTEXT_WRENCH: 0.10.38.0
307307
metadata:
308308
Job Maintainers: '#rm-packageworks'
309-
Wrench: 0.10.37.0
309+
Wrench: 0.10.38.0
310310

.yamato/wrench/recipe-regeneration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ test_-_wrench_jobs_up_to_date:
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
12-
- command: dotnet run --project Tools/CI/NGO.Cookbook.csproj
12+
- command: dotnet run --project Tools\CI\NGO.Cookbook.csproj
1313
- command: |-
1414
if [ -n "$(git status --porcelain)" ]; then
1515
git status
1616
echo "Your repo is not clean - diff output:"
1717
git diff
1818
echo "You must run recipe generation after updating recipes to update the generated YAML!"
19-
echo "Run 'dotnet run --project Tools/CI/NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
19+
echo "Run 'dotnet run --project Tools\CI\NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
2020
exit 1
2121
fi
2222
variables:
@@ -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.38.0
3030

0 commit comments

Comments
 (0)