Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: infra/bots/tasks.json

Issue 2482733002: Update SKP version (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/bots/assets/skp/VERSION ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "jobs": { 2 "jobs": {
3 "Build-Ubuntu-GCC-x86_64-Release-GN": { 3 "Build-Ubuntu-GCC-x86_64-Release-GN": {
4 "priority": 0.8, 4 "priority": 0.8,
5 "tasks": [ 5 "tasks": [
6 "Build-Ubuntu-GCC-x86_64-Release-GN" 6 "Build-Ubuntu-GCC-x86_64-Release-GN"
7 ] 7 ]
8 }, 8 },
9 "Build-Win-Clang-arm64-Release-GN_Android": { 9 "Build-Win-Clang-arm64-Release-GN_Android": {
10 "priority": 0.8, 10 "priority": 0.8,
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 166 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
167 "cipd_packages": [ 167 "cipd_packages": [
168 { 168 {
169 "name": "skia/bots/skimage", 169 "name": "skia/bots/skimage",
170 "path": "skimage", 170 "path": "skimage",
171 "version": "version:11" 171 "version": "version:11"
172 }, 172 },
173 { 173 {
174 "name": "skia/bots/skp", 174 "name": "skia/bots/skp",
175 "path": "skp", 175 "path": "skp",
176 "version": "version:14" 176 "version": "version:15"
177 }, 177 },
178 { 178 {
179 "name": "skia/bots/svg", 179 "name": "skia/bots/svg",
180 "path": "svg", 180 "path": "svg",
181 "version": "version:3" 181 "version": "version:3"
182 } 182 }
183 ], 183 ],
184 "dependencies": [ 184 "dependencies": [
185 "Build-Ubuntu-GCC-x86_64-Release-GN" 185 "Build-Ubuntu-GCC-x86_64-Release-GN"
186 ], 186 ],
(...skipping 25 matching lines...) Expand all
212 "Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-GN_Android": { 212 "Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-GN_Android": {
213 "cipd_packages": [ 213 "cipd_packages": [
214 { 214 {
215 "name": "skia/bots/skimage", 215 "name": "skia/bots/skimage",
216 "path": "skimage", 216 "path": "skimage",
217 "version": "version:11" 217 "version": "version:11"
218 }, 218 },
219 { 219 {
220 "name": "skia/bots/skp", 220 "name": "skia/bots/skp",
221 "path": "skp", 221 "path": "skp",
222 "version": "version:14" 222 "version": "version:15"
223 }, 223 },
224 { 224 {
225 "name": "skia/bots/svg", 225 "name": "skia/bots/svg",
226 "path": "svg", 226 "path": "svg",
227 "version": "version:3" 227 "version": "version:3"
228 } 228 }
229 ], 229 ],
230 "dependencies": [ 230 "dependencies": [
231 "Build-Ubuntu-Clang-arm-Release-GN_Android" 231 "Build-Ubuntu-Clang-arm-Release-GN_Android"
232 ], 232 ],
(...skipping 24 matching lines...) Expand all
257 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 257 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
258 "cipd_packages": [ 258 "cipd_packages": [
259 { 259 {
260 "name": "skia/bots/skimage", 260 "name": "skia/bots/skimage",
261 "path": "skimage", 261 "path": "skimage",
262 "version": "version:11" 262 "version": "version:11"
263 }, 263 },
264 { 264 {
265 "name": "skia/bots/skp", 265 "name": "skia/bots/skp",
266 "path": "skp", 266 "path": "skp",
267 "version": "version:14" 267 "version": "version:15"
268 }, 268 },
269 { 269 {
270 "name": "skia/bots/svg", 270 "name": "skia/bots/svg",
271 "path": "svg", 271 "path": "svg",
272 "version": "version:3" 272 "version": "version:3"
273 } 273 }
274 ], 274 ],
275 "dependencies": [ 275 "dependencies": [
276 "Build-Ubuntu-GCC-x86_64-Release-GN" 276 "Build-Ubuntu-GCC-x86_64-Release-GN"
277 ], 277 ],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "revision=<(REVISION)", 382 "revision=<(REVISION)",
383 "patch_storage=<(PATCH_STORAGE)", 383 "patch_storage=<(PATCH_STORAGE)",
384 "patch_issue=<(ISSUE)", 384 "patch_issue=<(ISSUE)",
385 "patch_set=<(PATCHSET)" 385 "patch_set=<(PATCHSET)"
386 ], 386 ],
387 "isolate": "upload_dm_results.isolate", 387 "isolate": "upload_dm_results.isolate",
388 "priority": 0.8 388 "priority": 0.8
389 } 389 }
390 } 390 }
391 } 391 }
OLDNEW
« no previous file with comments | « infra/bots/assets/skp/VERSION ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698