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

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

Issue 2461223002: 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 "Housekeeper-PerCommit-InfraTests": { 9 "Housekeeper-PerCommit-InfraTests": {
10 "priority": 0.8, 10 "priority": 0.8,
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 131 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
132 "cipd_packages": [ 132 "cipd_packages": [
133 { 133 {
134 "name": "skia/bots/skimage", 134 "name": "skia/bots/skimage",
135 "path": "skimage", 135 "path": "skimage",
136 "version": "version:9" 136 "version": "version:9"
137 }, 137 },
138 { 138 {
139 "name": "skia/bots/skp", 139 "name": "skia/bots/skp",
140 "path": "skp", 140 "path": "skp",
141 "version": "version:12" 141 "version": "version:14"
142 }, 142 },
143 { 143 {
144 "name": "skia/bots/svg", 144 "name": "skia/bots/svg",
145 "path": "svg", 145 "path": "svg",
146 "version": "version:3" 146 "version": "version:3"
147 } 147 }
148 ], 148 ],
149 "dependencies": [ 149 "dependencies": [
150 "Build-Ubuntu-GCC-x86_64-Release-GN" 150 "Build-Ubuntu-GCC-x86_64-Release-GN"
151 ], 151 ],
(...skipping 26 matching lines...) Expand all
178 "Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-GN_Android": { 178 "Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-GN_Android": {
179 "cipd_packages": [ 179 "cipd_packages": [
180 { 180 {
181 "name": "skia/bots/skimage", 181 "name": "skia/bots/skimage",
182 "path": "skimage", 182 "path": "skimage",
183 "version": "version:9" 183 "version": "version:9"
184 }, 184 },
185 { 185 {
186 "name": "skia/bots/skp", 186 "name": "skia/bots/skp",
187 "path": "skp", 187 "path": "skp",
188 "version": "version:12" 188 "version": "version:14"
189 }, 189 },
190 { 190 {
191 "name": "skia/bots/svg", 191 "name": "skia/bots/svg",
192 "path": "svg", 192 "path": "svg",
193 "version": "version:3" 193 "version": "version:3"
194 } 194 }
195 ], 195 ],
196 "dependencies": [ 196 "dependencies": [
197 "Build-Ubuntu-Clang-arm-Release-GN_Android" 197 "Build-Ubuntu-Clang-arm-Release-GN_Android"
198 ], 198 ],
(...skipping 25 matching lines...) Expand all
224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
225 "cipd_packages": [ 225 "cipd_packages": [
226 { 226 {
227 "name": "skia/bots/skimage", 227 "name": "skia/bots/skimage",
228 "path": "skimage", 228 "path": "skimage",
229 "version": "version:9" 229 "version": "version:9"
230 }, 230 },
231 { 231 {
232 "name": "skia/bots/skp", 232 "name": "skia/bots/skp",
233 "path": "skp", 233 "path": "skp",
234 "version": "version:12" 234 "version": "version:14"
235 }, 235 },
236 { 236 {
237 "name": "skia/bots/svg", 237 "name": "skia/bots/svg",
238 "path": "svg", 238 "path": "svg",
239 "version": "version:3" 239 "version": "version:3"
240 } 240 }
241 ], 241 ],
242 "dependencies": [ 242 "dependencies": [
243 "Build-Ubuntu-GCC-x86_64-Release-GN" 243 "Build-Ubuntu-GCC-x86_64-Release-GN"
244 ], 244 ],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "patch_storage=<(PATCH_STORAGE)", 353 "patch_storage=<(PATCH_STORAGE)",
354 "rietveld=<(CODEREVIEW_SERVER)", 354 "rietveld=<(CODEREVIEW_SERVER)",
355 "issue=<(ISSUE)", 355 "issue=<(ISSUE)",
356 "patchset=<(PATCHSET)" 356 "patchset=<(PATCHSET)"
357 ], 357 ],
358 "isolate": "upload_dm_results.isolate", 358 "isolate": "upload_dm_results.isolate",
359 "priority": 0.8 359 "priority": 0.8
360 } 360 }
361 } 361 }
362 } 362 }
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