Skip to content

Commit d172dc4

Browse files
committed
Regenerated CI
1 parent b9c200d commit d172dc4

File tree

5 files changed

+141
-134
lines changed

5 files changed

+141
-134
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
all_api_validation_jobs:
44
name: All API Validation Jobs
55
dependencies:
6-
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2022_3_-_windows
6+
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2022_3_-_win10
77

8-
# upm-ci validation tests for API Validation - netcode.gameobjects - 2022.3 - windows (2022.3 - Windows).
9-
api_validation_-_netcode_gameobjects_-_2022_3_-_windows:
10-
name: API Validation - netcode.gameobjects - 2022.3 - windows
8+
# upm-ci validation tests for API Validation - netcode.gameobjects - 2022.3 - win10 (2022.3 - Windows).
9+
api_validation_-_netcode_gameobjects_-_2022_3_-_win10:
10+
name: API Validation - netcode.gameobjects - 2022.3 - win10
1111
agent:
12-
image: package-ci/win10:default
12+
image: package-ci/win10:v4
1313
type: Unity::VM
14-
flavor: b1.large
14+
flavor: b1.xlarge
1515
commands:
1616
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
1717
- command: 7z x -aoa wrench-localapv.zip
@@ -55,8 +55,8 @@ api_validation_-_netcode_gameobjects_-_2022_3_-_windows:
5555
UNITY_LICENSING_SERVER_DELETE_NUL: 0
5656
UNITY_LICENSING_SERVER_DELETE_ULF: 0
5757
UNITY_LICENSING_SERVER_TOOLSET: pro
58-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
58+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
5959
metadata:
6060
Job Maintainers: '#rm-packageworks'
61-
Wrench: 1.4.8.0
61+
Wrench: 2.2.0.0
6262

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

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
all_preview_apv_jobs:
66
name: All Preview APV Jobs
77
dependencies:
8-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos
9-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu
10-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_windows
11-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
12-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
13-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows
8+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos13
9+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu1804
10+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_win10
11+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos13
12+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu2204
13+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10
1414
metadata:
1515
Job Maintainers: '#rm-packageworks'
16-
Wrench: 1.4.8.0
16+
Wrench: 2.2.0.0
1717

1818
# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
19-
preview_apv_-_2022_3_-_macos:
20-
name: Preview APV - 2022.3 - macos
19+
preview_apv_-_2022_3_-_macos13:
20+
name: Preview APV - 2022.3 - macos13
2121
agent:
22-
image: package-ci/macos-13:default
22+
image: package-ci/macos-13:v4
2323
type: Unity::VM::osx
24-
flavor: b1.xlarge
24+
flavor: b1.large
2525
commands:
2626
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
2727
- command: 7z x -aoa wrench-localapv.zip
@@ -68,16 +68,16 @@ preview_apv_-_2022_3_-_macos:
6868
UNITY_LICENSING_SERVER_DELETE_NUL: 0
6969
UNITY_LICENSING_SERVER_DELETE_ULF: 0
7070
UNITY_LICENSING_SERVER_TOOLSET: pro
71-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
71+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
7272
metadata:
7373
Job Maintainers: '#rm-packageworks'
74-
Wrench: 1.4.8.0
74+
Wrench: 2.2.0.0
7575

7676
# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
77-
preview_apv_-_2022_3_-_ubuntu:
78-
name: Preview APV - 2022.3 - ubuntu
77+
preview_apv_-_2022_3_-_ubuntu1804:
78+
name: Preview APV - 2022.3 - ubuntu1804
7979
agent:
80-
image: package-ci/ubuntu-20.04:default
80+
image: package-ci/ubuntu-18.04:v4
8181
type: Unity::VM
8282
flavor: b1.large
8383
commands:
@@ -126,18 +126,18 @@ preview_apv_-_2022_3_-_ubuntu:
126126
UNITY_LICENSING_SERVER_DELETE_NUL: 0
127127
UNITY_LICENSING_SERVER_DELETE_ULF: 0
128128
UNITY_LICENSING_SERVER_TOOLSET: pro
129-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
129+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
130130
metadata:
131131
Job Maintainers: '#rm-packageworks'
132-
Wrench: 1.4.8.0
132+
Wrench: 2.2.0.0
133133

134134
# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
135-
preview_apv_-_2022_3_-_windows:
136-
name: Preview APV - 2022.3 - windows
135+
preview_apv_-_2022_3_-_win10:
136+
name: Preview APV - 2022.3 - win10
137137
agent:
138-
image: package-ci/win10:default
138+
image: package-ci/win10:v4
139139
type: Unity::VM
140-
flavor: b1.large
140+
flavor: b1.xlarge
141141
commands:
142142
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
143143
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -185,18 +185,18 @@ preview_apv_-_2022_3_-_windows:
185185
UNITY_LICENSING_SERVER_DELETE_NUL: 0
186186
UNITY_LICENSING_SERVER_DELETE_ULF: 0
187187
UNITY_LICENSING_SERVER_TOOLSET: pro
188-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
188+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
189189
metadata:
190190
Job Maintainers: '#rm-packageworks'
191-
Wrench: 1.4.8.0
191+
Wrench: 2.2.0.0
192192

193193
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
194-
preview_apv_-_6000_0_-_macos:
195-
name: Preview APV - 6000.0 - macos
194+
preview_apv_-_6000_0_-_macos13:
195+
name: Preview APV - 6000.0 - macos13
196196
agent:
197-
image: package-ci/macos-13:default
197+
image: package-ci/macos-13:v4
198198
type: Unity::VM::osx
199-
flavor: b1.xlarge
199+
flavor: b1.large
200200
commands:
201201
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
202202
- command: 7z x -aoa wrench-localapv.zip
@@ -243,14 +243,14 @@ preview_apv_-_6000_0_-_macos:
243243
UNITY_LICENSING_SERVER_DELETE_NUL: 0
244244
UNITY_LICENSING_SERVER_DELETE_ULF: 0
245245
UNITY_LICENSING_SERVER_TOOLSET: pro
246-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
246+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
247247
metadata:
248248
Job Maintainers: '#rm-packageworks'
249-
Wrench: 1.4.8.0
249+
Wrench: 2.2.0.0
250250

251251
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
252-
preview_apv_-_6000_0_-_ubuntu:
253-
name: Preview APV - 6000.0 - ubuntu
252+
preview_apv_-_6000_0_-_ubuntu2204:
253+
name: Preview APV - 6000.0 - ubuntu2204
254254
agent:
255255
image: package-ci/ubuntu-22.04:v4
256256
type: Unity::VM
@@ -301,18 +301,18 @@ preview_apv_-_6000_0_-_ubuntu:
301301
UNITY_LICENSING_SERVER_DELETE_NUL: 0
302302
UNITY_LICENSING_SERVER_DELETE_ULF: 0
303303
UNITY_LICENSING_SERVER_TOOLSET: pro
304-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
304+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
305305
metadata:
306306
Job Maintainers: '#rm-packageworks'
307-
Wrench: 1.4.8.0
307+
Wrench: 2.2.0.0
308308

309309
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
310-
preview_apv_-_6000_0_-_windows:
311-
name: Preview APV - 6000.0 - windows
310+
preview_apv_-_6000_0_-_win10:
311+
name: Preview APV - 6000.0 - win10
312312
agent:
313-
image: package-ci/win10:default
313+
image: package-ci/win10:v4
314314
type: Unity::VM
315-
flavor: b1.large
315+
flavor: b1.xlarge
316316
commands:
317317
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
318318
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -360,8 +360,8 @@ preview_apv_-_6000_0_-_windows:
360360
UNITY_LICENSING_SERVER_DELETE_NUL: 0
361361
UNITY_LICENSING_SERVER_DELETE_ULF: 0
362362
UNITY_LICENSING_SERVER_TOOLSET: pro
363-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
363+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
364364
metadata:
365365
Job Maintainers: '#rm-packageworks'
366-
Wrench: 1.4.8.0
366+
Wrench: 2.2.0.0
367367

.yamato/wrench/promotion-jobs.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
publish_dry_run_netcode_gameobjects:
66
name: Publish Dry Run netcode.gameobjects
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:
@@ -26,78 +26,78 @@ publish_dry_run_netcode_gameobjects:
2626
browsable: onNonSuccess
2727
dependencies:
2828
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
29-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos
29+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos13
3030
specific_options:
3131
packages:
3232
ignore_artifact: true
3333
pvp-results:
34-
location: results/pvp/validate-netcode.gameobjects-2022.3-macos
34+
location: results/pvp/validate-netcode.gameobjects-2022.3-macos13
3535
unzip: true
3636
UTR:
37-
location: results/UTR/validate-netcode.gameobjects-2022.3-macos
37+
location: results/UTR/validate-netcode.gameobjects-2022.3-macos13
3838
unzip: true
39-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_ubuntu
39+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_ubuntu1804
4040
specific_options:
4141
packages:
4242
ignore_artifact: true
4343
pvp-results:
44-
location: results/pvp/validate-netcode.gameobjects-2022.3-ubuntu
44+
location: results/pvp/validate-netcode.gameobjects-2022.3-ubuntu1804
4545
unzip: true
4646
UTR:
47-
location: results/UTR/validate-netcode.gameobjects-2022.3-ubuntu
47+
location: results/UTR/validate-netcode.gameobjects-2022.3-ubuntu1804
4848
unzip: true
49-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_windows
49+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_win10
5050
specific_options:
5151
packages:
5252
ignore_artifact: true
5353
pvp-results:
54-
location: results/pvp/validate-netcode.gameobjects-2022.3-windows
54+
location: results/pvp/validate-netcode.gameobjects-2022.3-win10
5555
unzip: true
5656
UTR:
57-
location: results/UTR/validate-netcode.gameobjects-2022.3-windows
57+
location: results/UTR/validate-netcode.gameobjects-2022.3-win10
5858
unzip: true
59-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_macos
59+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_macos13
6060
specific_options:
6161
packages:
6262
ignore_artifact: true
6363
pvp-results:
64-
location: results/pvp/validate-netcode.gameobjects-6000.0-macos
64+
location: results/pvp/validate-netcode.gameobjects-6000.0-macos13
6565
unzip: true
6666
UTR:
67-
location: results/UTR/validate-netcode.gameobjects-6000.0-macos
67+
location: results/UTR/validate-netcode.gameobjects-6000.0-macos13
6868
unzip: true
69-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_ubuntu
69+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_ubuntu2204
7070
specific_options:
7171
packages:
7272
ignore_artifact: true
7373
pvp-results:
74-
location: results/pvp/validate-netcode.gameobjects-6000.0-ubuntu
74+
location: results/pvp/validate-netcode.gameobjects-6000.0-ubuntu2204
7575
unzip: true
7676
UTR:
77-
location: results/UTR/validate-netcode.gameobjects-6000.0-ubuntu
77+
location: results/UTR/validate-netcode.gameobjects-6000.0-ubuntu2204
7878
unzip: true
79-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_windows
79+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_win10
8080
specific_options:
8181
packages:
8282
ignore_artifact: true
8383
pvp-results:
84-
location: results/pvp/validate-netcode.gameobjects-6000.0-windows
84+
location: results/pvp/validate-netcode.gameobjects-6000.0-win10
8585
unzip: true
8686
UTR:
87-
location: results/UTR/validate-netcode.gameobjects-6000.0-windows
87+
location: results/UTR/validate-netcode.gameobjects-6000.0-win10
8888
unzip: true
8989
variables:
9090
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
91-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
91+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
9292
metadata:
9393
Job Maintainers: '#rm-packageworks'
94-
Wrench: 1.4.8.0
94+
Wrench: 2.2.0.0
9595

9696
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
9797
publish_netcode_gameobjects:
9898
name: Publish netcode.gameobjects
9999
agent:
100-
image: package-ci/ubuntu-20.04:default
100+
image: package-ci/ubuntu-20.04:v4
101101
type: Unity::VM
102102
flavor: b1.large
103103
commands:
@@ -118,70 +118,70 @@ publish_netcode_gameobjects:
118118
browsable: onNonSuccess
119119
dependencies:
120120
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
121-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos
121+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos13
122122
specific_options:
123123
packages:
124124
ignore_artifact: true
125125
pvp-results:
126-
location: results/pvp/validate-netcode.gameobjects-2022.3-macos
126+
location: results/pvp/validate-netcode.gameobjects-2022.3-macos13
127127
unzip: true
128128
UTR:
129-
location: results/UTR/validate-netcode.gameobjects-2022.3-macos
129+
location: results/UTR/validate-netcode.gameobjects-2022.3-macos13
130130
unzip: true
131-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_ubuntu
131+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_ubuntu1804
132132
specific_options:
133133
packages:
134134
ignore_artifact: true
135135
pvp-results:
136-
location: results/pvp/validate-netcode.gameobjects-2022.3-ubuntu
136+
location: results/pvp/validate-netcode.gameobjects-2022.3-ubuntu1804
137137
unzip: true
138138
UTR:
139-
location: results/UTR/validate-netcode.gameobjects-2022.3-ubuntu
139+
location: results/UTR/validate-netcode.gameobjects-2022.3-ubuntu1804
140140
unzip: true
141-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_windows
141+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_win10
142142
specific_options:
143143
packages:
144144
ignore_artifact: true
145145
pvp-results:
146-
location: results/pvp/validate-netcode.gameobjects-2022.3-windows
146+
location: results/pvp/validate-netcode.gameobjects-2022.3-win10
147147
unzip: true
148148
UTR:
149-
location: results/UTR/validate-netcode.gameobjects-2022.3-windows
149+
location: results/UTR/validate-netcode.gameobjects-2022.3-win10
150150
unzip: true
151-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_macos
151+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_macos13
152152
specific_options:
153153
packages:
154154
ignore_artifact: true
155155
pvp-results:
156-
location: results/pvp/validate-netcode.gameobjects-6000.0-macos
156+
location: results/pvp/validate-netcode.gameobjects-6000.0-macos13
157157
unzip: true
158158
UTR:
159-
location: results/UTR/validate-netcode.gameobjects-6000.0-macos
159+
location: results/UTR/validate-netcode.gameobjects-6000.0-macos13
160160
unzip: true
161-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_ubuntu
161+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_ubuntu2204
162162
specific_options:
163163
packages:
164164
ignore_artifact: true
165165
pvp-results:
166-
location: results/pvp/validate-netcode.gameobjects-6000.0-ubuntu
166+
location: results/pvp/validate-netcode.gameobjects-6000.0-ubuntu2204
167167
unzip: true
168168
UTR:
169-
location: results/UTR/validate-netcode.gameobjects-6000.0-ubuntu
169+
location: results/UTR/validate-netcode.gameobjects-6000.0-ubuntu2204
170170
unzip: true
171-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_windows
171+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_0_-_win10
172172
specific_options:
173173
packages:
174174
ignore_artifact: true
175175
pvp-results:
176-
location: results/pvp/validate-netcode.gameobjects-6000.0-windows
176+
location: results/pvp/validate-netcode.gameobjects-6000.0-win10
177177
unzip: true
178178
UTR:
179-
location: results/UTR/validate-netcode.gameobjects-6000.0-windows
179+
location: results/UTR/validate-netcode.gameobjects-6000.0-win10
180180
unzip: true
181181
variables:
182182
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
183-
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
183+
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
184184
metadata:
185185
Job Maintainers: '#rm-packageworks'
186-
Wrench: 1.4.8.0
186+
Wrench: 2.2.0.0
187187

0 commit comments

Comments
 (0)