Skip to content

Commit 0ce5607

Browse files
chore(deps): update dependency recipeengine.modules.wrench to 2.10.1
1 parent 75f4b7b commit 0ce5607

8 files changed

Lines changed: 34 additions & 211 deletions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ api_validation_-_netcode_gameobjects_-_2022_3_-_win10:
2525
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2626
timeout: 20
2727
retries: 10
28-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
28+
- command: unity-downloader-cli -u 2022.3 -c editor --path .Editor --fast
2929
timeout: 10
3030
retries: 3
3131
- command: python PythonScripts/PackageJsonCondersor.py
@@ -60,8 +60,8 @@ api_validation_-_netcode_gameobjects_-_2022_3_-_win10:
6060
UNITY_LICENSING_SERVER_DELETE_NUL: 0
6161
UNITY_LICENSING_SERVER_DELETE_ULF: 0
6262
UNITY_LICENSING_SERVER_TOOLSET: pro
63-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
63+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
6464
metadata:
6565
Job Maintainers: '#rm-packageworks'
66-
Wrench: 2.7.0.0
66+
Wrench: 2.10.1.0
6767

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ package_pack_-_netcode_gameobjects:
2929
UPMCI_ACK_LARGE_PACKAGE: 1
3030
metadata:
3131
Job Maintainers: '#rm-packageworks'
32-
Wrench: 2.7.0.0
32+
Wrench: 2.10.1.0
3333

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

Lines changed: 7 additions & 185 deletions
Original file line numberDiff line numberDiff line change
@@ -10,190 +10,12 @@
1010
all_preview_apv_jobs:
1111
name: All Preview APV Jobs
1212
dependencies:
13-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos13
14-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu1804
15-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_win10
1613
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos13
1714
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu2204
1815
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10
1916
metadata:
2017
Job Maintainers: '#rm-packageworks'
21-
Wrench: 2.7.0.0
22-
23-
# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
24-
preview_apv_-_2022_3_-_macos13:
25-
name: Preview APV - 2022.3 - macos13
26-
agent:
27-
image: package-ci/macos-13:v4
28-
type: Unity::VM::osx
29-
flavor: b1.xlarge
30-
commands:
31-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
32-
- command: 7z x -aoa wrench-localapv.zip
33-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
34-
- command: python PythonScripts/print_machine_info.py
35-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
36-
timeout: 20
37-
retries: 10
38-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
39-
timeout: 10
40-
retries: 3
41-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
42-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
43-
after:
44-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
45-
artifacts:
46-
Crash Dumps:
47-
paths:
48-
- CrashDumps/**
49-
logs:
50-
paths:
51-
- '*.log'
52-
- '*.xml'
53-
- upm-ci~/test-results/**/*
54-
- upm-ci~/temp/*/Logs/**
55-
- upm-ci~/temp/*/Library/*.log
56-
- upm-ci~/temp/*/*.log
57-
- upm-ci~/temp/Builds/*.log
58-
packages:
59-
paths:
60-
- upm-ci~/packages/**/*
61-
PreviewAPVResults:
62-
paths:
63-
- PreviewApvArtifacts~/**
64-
- APVTest/**/manifest.json
65-
pvp-results:
66-
paths:
67-
- upm-ci~/pvp/**/*
68-
browsable: onDemand
69-
dependencies:
70-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
71-
variables:
72-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
73-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
74-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
75-
UNITY_LICENSING_SERVER_TOOLSET: pro
76-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
77-
metadata:
78-
Job Maintainers: '#rm-packageworks'
79-
Wrench: 2.7.0.0
80-
81-
# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
82-
preview_apv_-_2022_3_-_ubuntu1804:
83-
name: Preview APV - 2022.3 - ubuntu1804
84-
agent:
85-
image: package-ci/ubuntu-18.04:v4
86-
type: Unity::VM
87-
flavor: b1.large
88-
commands:
89-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
90-
- command: 7z x -aoa wrench-localapv.zip
91-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
92-
- command: python PythonScripts/print_machine_info.py
93-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
94-
timeout: 20
95-
retries: 10
96-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
97-
timeout: 10
98-
retries: 3
99-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
100-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
101-
after:
102-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
103-
artifacts:
104-
Crash Dumps:
105-
paths:
106-
- CrashDumps/**
107-
logs:
108-
paths:
109-
- '*.log'
110-
- '*.xml'
111-
- upm-ci~/test-results/**/*
112-
- upm-ci~/temp/*/Logs/**
113-
- upm-ci~/temp/*/Library/*.log
114-
- upm-ci~/temp/*/*.log
115-
- upm-ci~/temp/Builds/*.log
116-
packages:
117-
paths:
118-
- upm-ci~/packages/**/*
119-
PreviewAPVResults:
120-
paths:
121-
- PreviewApvArtifacts~/**
122-
- APVTest/**/manifest.json
123-
pvp-results:
124-
paths:
125-
- upm-ci~/pvp/**/*
126-
browsable: onDemand
127-
dependencies:
128-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
129-
variables:
130-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
131-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
132-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
133-
UNITY_LICENSING_SERVER_TOOLSET: pro
134-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
135-
metadata:
136-
Job Maintainers: '#rm-packageworks'
137-
Wrench: 2.7.0.0
138-
139-
# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
140-
preview_apv_-_2022_3_-_win10:
141-
name: Preview APV - 2022.3 - win10
142-
agent:
143-
image: package-ci/win10:v4
144-
type: Unity::VM
145-
flavor: b1.large
146-
commands:
147-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
148-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
149-
- command: 7z x -aoa wrench-localapv.zip
150-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
151-
- command: python PythonScripts/print_machine_info.py
152-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
153-
timeout: 20
154-
retries: 10
155-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
156-
timeout: 10
157-
retries: 3
158-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
159-
- command: python PythonScripts/editor_manifest_validator.py --version=2022.3 --wrench-config=.yamato/wrench/wrench_config.json
160-
after:
161-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
162-
artifacts:
163-
Crash Dumps:
164-
paths:
165-
- CrashDumps/**
166-
logs:
167-
paths:
168-
- '*.log'
169-
- '*.xml'
170-
- upm-ci~/test-results/**/*
171-
- upm-ci~/temp/*/Logs/**
172-
- upm-ci~/temp/*/Library/*.log
173-
- upm-ci~/temp/*/*.log
174-
- upm-ci~/temp/Builds/*.log
175-
packages:
176-
paths:
177-
- upm-ci~/packages/**/*
178-
PreviewAPVResults:
179-
paths:
180-
- PreviewApvArtifacts~/**
181-
- APVTest/**/manifest.json
182-
pvp-results:
183-
paths:
184-
- upm-ci~/pvp/**/*
185-
browsable: onDemand
186-
dependencies:
187-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
188-
variables:
189-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
190-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
191-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
192-
UNITY_LICENSING_SERVER_TOOLSET: pro
193-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
194-
metadata:
195-
Job Maintainers: '#rm-packageworks'
196-
Wrench: 2.7.0.0
18+
Wrench: 2.10.1.0
19719

19820
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
19921
preview_apv_-_6000_0_-_macos13:
@@ -248,10 +70,10 @@ preview_apv_-_6000_0_-_macos13:
24870
UNITY_LICENSING_SERVER_DELETE_NUL: 0
24971
UNITY_LICENSING_SERVER_DELETE_ULF: 0
25072
UNITY_LICENSING_SERVER_TOOLSET: pro
251-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
73+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
25274
metadata:
25375
Job Maintainers: '#rm-packageworks'
254-
Wrench: 2.7.0.0
76+
Wrench: 2.10.1.0
25577

25678
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
25779
preview_apv_-_6000_0_-_ubuntu2204:
@@ -306,10 +128,10 @@ preview_apv_-_6000_0_-_ubuntu2204:
306128
UNITY_LICENSING_SERVER_DELETE_NUL: 0
307129
UNITY_LICENSING_SERVER_DELETE_ULF: 0
308130
UNITY_LICENSING_SERVER_TOOLSET: pro
309-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
131+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
310132
metadata:
311133
Job Maintainers: '#rm-packageworks'
312-
Wrench: 2.7.0.0
134+
Wrench: 2.10.1.0
313135

314136
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
315137
preview_apv_-_6000_0_-_win10:
@@ -365,8 +187,8 @@ preview_apv_-_6000_0_-_win10:
365187
UNITY_LICENSING_SERVER_DELETE_NUL: 0
366188
UNITY_LICENSING_SERVER_DELETE_ULF: 0
367189
UNITY_LICENSING_SERVER_TOOLSET: pro
368-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
190+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
369191
metadata:
370192
Job Maintainers: '#rm-packageworks'
371-
Wrench: 2.7.0.0
193+
Wrench: 2.10.1.0
372194

.yamato/wrench/promotion-jobs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ publish_dry_run_netcode_gameobjects:
9393
unzip: true
9494
variables:
9595
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
96-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
96+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
9797
metadata:
9898
Job Maintainers: '#rm-packageworks'
99-
Wrench: 2.7.0.0
99+
Wrench: 2.10.1.0
100100

101101
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
102102
publish_netcode_gameobjects:
@@ -185,8 +185,9 @@ publish_netcode_gameobjects:
185185
unzip: true
186186
variables:
187187
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
188-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
188+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
189+
allow_on: branch match "^release/.*"
189190
metadata:
190191
Job Maintainers: '#rm-packageworks'
191-
Wrench: 2.7.0.0
192+
Wrench: 2.10.1.0
192193

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ test_-_wrench_jobs_up_to_date:
3131
cancel_old_ci: true
3232
metadata:
3333
Job Maintainers: '#rm-packageworks'
34-
Wrench: 2.7.0.0
34+
Wrench: 2.10.1.0
3535

.yamato/wrench/validation-jobs.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_macos13:
1818
- command: 7z x -aoa wrench-localapv.zip
1919
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
2020
- command: python PythonScripts/print_machine_info.py
21-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
21+
- command: unity-downloader-cli -u 2022.3 -c editor --path .Editor --fast
2222
timeout: 20
2323
retries: 3
2424
- command: upm-pvp create-test-project testproject --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects com.unity.netcode.gameobjects.tests" --unity .Editor
@@ -69,10 +69,10 @@ validate_-_netcode_gameobjects_-_2022_3_-_macos13:
6969
UNITY_LICENSING_SERVER_DELETE_ULF: 0
7070
UNITY_LICENSING_SERVER_TOOLSET: pro
7171
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
72-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
72+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
7373
metadata:
7474
Job Maintainers: '#rm-packageworks'
75-
Wrench: 2.7.0.0
75+
Wrench: 2.10.1.0
7676
labels:
7777
- Packages:netcode.gameobjects
7878

@@ -88,7 +88,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_ubuntu1804:
8888
- command: 7z x -aoa wrench-localapv.zip
8989
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
9090
- command: python PythonScripts/print_machine_info.py
91-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
91+
- command: unity-downloader-cli -u 2022.3 -c editor --path .Editor --fast
9292
timeout: 20
9393
retries: 3
9494
- command: upm-pvp create-test-project testproject --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects com.unity.netcode.gameobjects.tests" --unity .Editor
@@ -139,10 +139,10 @@ validate_-_netcode_gameobjects_-_2022_3_-_ubuntu1804:
139139
UNITY_LICENSING_SERVER_DELETE_ULF: 0
140140
UNITY_LICENSING_SERVER_TOOLSET: pro
141141
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
142-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
142+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
143143
metadata:
144144
Job Maintainers: '#rm-packageworks'
145-
Wrench: 2.7.0.0
145+
Wrench: 2.10.1.0
146146
labels:
147147
- Packages:netcode.gameobjects
148148

@@ -158,7 +158,7 @@ validate_-_netcode_gameobjects_-_2022_3_-_win10:
158158
- command: 7z x -aoa wrench-localapv.zip
159159
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
160160
- command: python PythonScripts/print_machine_info.py
161-
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
161+
- command: unity-downloader-cli -u 2022.3 -c editor --path .Editor --fast
162162
timeout: 20
163163
retries: 3
164164
- command: upm-pvp create-test-project testproject --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects com.unity.netcode.gameobjects.tests" --unity .Editor
@@ -209,10 +209,10 @@ validate_-_netcode_gameobjects_-_2022_3_-_win10:
209209
UNITY_LICENSING_SERVER_DELETE_ULF: 0
210210
UNITY_LICENSING_SERVER_TOOLSET: pro
211211
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
212-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
212+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
213213
metadata:
214214
Job Maintainers: '#rm-packageworks'
215-
Wrench: 2.7.0.0
215+
Wrench: 2.10.1.0
216216
labels:
217217
- Packages:netcode.gameobjects
218218

@@ -279,10 +279,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos13:
279279
UNITY_LICENSING_SERVER_DELETE_ULF: 0
280280
UNITY_LICENSING_SERVER_TOOLSET: pro
281281
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
282-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
282+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
283283
metadata:
284284
Job Maintainers: '#rm-packageworks'
285-
Wrench: 2.7.0.0
285+
Wrench: 2.10.1.0
286286
labels:
287287
- Packages:netcode.gameobjects
288288

@@ -349,10 +349,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu2204:
349349
UNITY_LICENSING_SERVER_DELETE_ULF: 0
350350
UNITY_LICENSING_SERVER_TOOLSET: pro
351351
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
352-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
352+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
353353
metadata:
354354
Job Maintainers: '#rm-packageworks'
355-
Wrench: 2.7.0.0
355+
Wrench: 2.10.1.0
356356
labels:
357357
- Packages:netcode.gameobjects
358358

@@ -419,10 +419,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_win10:
419419
UNITY_LICENSING_SERVER_DELETE_ULF: 0
420420
UNITY_LICENSING_SERVER_TOOLSET: pro
421421
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
422-
UPMPVP_CONTEXT_WRENCH: 2.7.0.0
422+
UPMPVP_CONTEXT_WRENCH: 2.10.1.0
423423
metadata:
424424
Job Maintainers: '#rm-packageworks'
425-
Wrench: 2.7.0.0
425+
Wrench: 2.10.1.0
426426
labels:
427427
- Packages:netcode.gameobjects
428428

0 commit comments

Comments
 (0)