|
5 | 5 | all_preview_apv_jobs: |
6 | 6 | name: All Preview APV Jobs |
7 | 7 | 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 |
14 | 14 | metadata: |
15 | 15 | Job Maintainers: '#rm-packageworks' |
16 | | - Wrench: 1.4.8.0 |
| 16 | + Wrench: 2.2.0.0 |
17 | 17 |
|
18 | 18 | # 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 |
21 | 21 | agent: |
22 | | - image: package-ci/macos-13:default |
| 22 | + image: package-ci/macos-13:v4 |
23 | 23 | type: Unity::VM::osx |
24 | | - flavor: b1.xlarge |
| 24 | + flavor: b1.large |
25 | 25 | commands: |
26 | 26 | - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip |
27 | 27 | - command: 7z x -aoa wrench-localapv.zip |
@@ -68,16 +68,16 @@ preview_apv_-_2022_3_-_macos: |
68 | 68 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
69 | 69 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
70 | 70 | UNITY_LICENSING_SERVER_TOOLSET: pro |
71 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 71 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
72 | 72 | metadata: |
73 | 73 | Job Maintainers: '#rm-packageworks' |
74 | | - Wrench: 1.4.8.0 |
| 74 | + Wrench: 2.2.0.0 |
75 | 75 |
|
76 | 76 | # 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 |
79 | 79 | agent: |
80 | | - image: package-ci/ubuntu-20.04:default |
| 80 | + image: package-ci/ubuntu-18.04:v4 |
81 | 81 | type: Unity::VM |
82 | 82 | flavor: b1.large |
83 | 83 | commands: |
@@ -126,18 +126,18 @@ preview_apv_-_2022_3_-_ubuntu: |
126 | 126 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
127 | 127 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
128 | 128 | UNITY_LICENSING_SERVER_TOOLSET: pro |
129 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 129 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
130 | 130 | metadata: |
131 | 131 | Job Maintainers: '#rm-packageworks' |
132 | | - Wrench: 1.4.8.0 |
| 132 | + Wrench: 2.2.0.0 |
133 | 133 |
|
134 | 134 | # 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 |
137 | 137 | agent: |
138 | | - image: package-ci/win10:default |
| 138 | + image: package-ci/win10:v4 |
139 | 139 | type: Unity::VM |
140 | | - flavor: b1.large |
| 140 | + flavor: b1.xlarge |
141 | 141 | commands: |
142 | 142 | - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f |
143 | 143 | - 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: |
185 | 185 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
186 | 186 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
187 | 187 | UNITY_LICENSING_SERVER_TOOLSET: pro |
188 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 188 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
189 | 189 | metadata: |
190 | 190 | Job Maintainers: '#rm-packageworks' |
191 | | - Wrench: 1.4.8.0 |
| 191 | + Wrench: 2.2.0.0 |
192 | 192 |
|
193 | 193 | # 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 |
196 | 196 | agent: |
197 | | - image: package-ci/macos-13:default |
| 197 | + image: package-ci/macos-13:v4 |
198 | 198 | type: Unity::VM::osx |
199 | | - flavor: b1.xlarge |
| 199 | + flavor: b1.large |
200 | 200 | commands: |
201 | 201 | - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip |
202 | 202 | - command: 7z x -aoa wrench-localapv.zip |
@@ -243,14 +243,14 @@ preview_apv_-_6000_0_-_macos: |
243 | 243 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
244 | 244 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
245 | 245 | UNITY_LICENSING_SERVER_TOOLSET: pro |
246 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 246 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
247 | 247 | metadata: |
248 | 248 | Job Maintainers: '#rm-packageworks' |
249 | | - Wrench: 1.4.8.0 |
| 249 | + Wrench: 2.2.0.0 |
250 | 250 |
|
251 | 251 | # 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 |
254 | 254 | agent: |
255 | 255 | image: package-ci/ubuntu-22.04:v4 |
256 | 256 | type: Unity::VM |
@@ -301,18 +301,18 @@ preview_apv_-_6000_0_-_ubuntu: |
301 | 301 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
302 | 302 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
303 | 303 | UNITY_LICENSING_SERVER_TOOLSET: pro |
304 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 304 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
305 | 305 | metadata: |
306 | 306 | Job Maintainers: '#rm-packageworks' |
307 | | - Wrench: 1.4.8.0 |
| 307 | + Wrench: 2.2.0.0 |
308 | 308 |
|
309 | 309 | # 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 |
312 | 312 | agent: |
313 | | - image: package-ci/win10:default |
| 313 | + image: package-ci/win10:v4 |
314 | 314 | type: Unity::VM |
315 | | - flavor: b1.large |
| 315 | + flavor: b1.xlarge |
316 | 316 | commands: |
317 | 317 | - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f |
318 | 318 | - 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: |
360 | 360 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
361 | 361 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
362 | 362 | UNITY_LICENSING_SERVER_TOOLSET: pro |
363 | | - UPMPVP_CONTEXT_WRENCH: 1.4.8.0 |
| 363 | + UPMPVP_CONTEXT_WRENCH: 2.2.0.0 |
364 | 364 | metadata: |
365 | 365 | Job Maintainers: '#rm-packageworks' |
366 | | - Wrench: 1.4.8.0 |
| 366 | + Wrench: 2.2.0.0 |
367 | 367 |
|
0 commit comments