|
10 | 10 | all_preview_apv_jobs: |
11 | 11 | name: All Preview APV Jobs |
12 | 12 | 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 |
16 | 13 | - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos13 |
17 | 14 | - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu2204 |
18 | 15 | - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10 |
19 | 16 | metadata: |
20 | 17 | 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 |
197 | 19 |
|
198 | 20 | # Functional tests for dependents found in the latest 6000.0 manifest (MacOS). |
199 | 21 | preview_apv_-_6000_0_-_macos13: |
@@ -248,10 +70,10 @@ preview_apv_-_6000_0_-_macos13: |
248 | 70 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
249 | 71 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
250 | 72 | UNITY_LICENSING_SERVER_TOOLSET: pro |
251 | | - UPMPVP_CONTEXT_WRENCH: 2.7.0.0 |
| 73 | + UPMPVP_CONTEXT_WRENCH: 2.10.1.0 |
252 | 74 | metadata: |
253 | 75 | Job Maintainers: '#rm-packageworks' |
254 | | - Wrench: 2.7.0.0 |
| 76 | + Wrench: 2.10.1.0 |
255 | 77 |
|
256 | 78 | # Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu). |
257 | 79 | preview_apv_-_6000_0_-_ubuntu2204: |
@@ -306,10 +128,10 @@ preview_apv_-_6000_0_-_ubuntu2204: |
306 | 128 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
307 | 129 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
308 | 130 | UNITY_LICENSING_SERVER_TOOLSET: pro |
309 | | - UPMPVP_CONTEXT_WRENCH: 2.7.0.0 |
| 131 | + UPMPVP_CONTEXT_WRENCH: 2.10.1.0 |
310 | 132 | metadata: |
311 | 133 | Job Maintainers: '#rm-packageworks' |
312 | | - Wrench: 2.7.0.0 |
| 134 | + Wrench: 2.10.1.0 |
313 | 135 |
|
314 | 136 | # Functional tests for dependents found in the latest 6000.0 manifest (Windows). |
315 | 137 | preview_apv_-_6000_0_-_win10: |
@@ -365,8 +187,8 @@ preview_apv_-_6000_0_-_win10: |
365 | 187 | UNITY_LICENSING_SERVER_DELETE_NUL: 0 |
366 | 188 | UNITY_LICENSING_SERVER_DELETE_ULF: 0 |
367 | 189 | UNITY_LICENSING_SERVER_TOOLSET: pro |
368 | | - UPMPVP_CONTEXT_WRENCH: 2.7.0.0 |
| 190 | + UPMPVP_CONTEXT_WRENCH: 2.10.1.0 |
369 | 191 | metadata: |
370 | 192 | Job Maintainers: '#rm-packageworks' |
371 | | - Wrench: 2.7.0.0 |
| 193 | + Wrench: 2.10.1.0 |
372 | 194 |
|
0 commit comments