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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "--nameByHash", 189 "--nameByHash",
190 "--properties", 190 "--properties",
191 "gitHash", 191 "gitHash",
192 "abc123", 192 "abc123",
193 "master", 193 "master",
194 "client.skia", 194 "client.skia",
195 "builder", 195 "builder",
196 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 196 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
197 "build_number", 197 "build_number",
198 "5", 198 "5",
199 "--svgs",
200 "[SLAVE_BUILD]/svg",
199 "--key", 201 "--key",
200 "arch", 202 "arch",
201 "x86_64", 203 "x86_64",
202 "compiler", 204 "compiler",
203 "GCC", 205 "GCC",
204 "configuration", 206 "configuration",
205 "Debug", 207 "Debug",
206 "cpu_or_gpu", 208 "cpu_or_gpu",
207 "CPU", 209 "CPU",
208 "cpu_or_gpu_value", 210 "cpu_or_gpu_value",
(...skipping 20 matching lines...) Expand all
229 "2ndpic-8888", 231 "2ndpic-8888",
230 "lite-8888", 232 "lite-8888",
231 "serialize-8888", 233 "serialize-8888",
232 "tiles_rt-8888", 234 "tiles_rt-8888",
233 "pic-8888", 235 "pic-8888",
234 "--src", 236 "--src",
235 "tests", 237 "tests",
236 "gm", 238 "gm",
237 "image", 239 "image",
238 "colorImage", 240 "colorImage",
241 "svg",
239 "--blacklist", 242 "--blacklist",
240 "f16", 243 "f16",
241 "_", 244 "_",
242 "_", 245 "_",
243 "dstreadshuffle", 246 "dstreadshuffle",
244 "f16", 247 "f16",
245 "image", 248 "image",
246 "_", 249 "_",
247 "_", 250 "_",
248 "srgb", 251 "srgb",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "SKIA_OUT": "[SLAVE_BUILD]/out" 431 "SKIA_OUT": "[SLAVE_BUILD]/out"
429 }, 432 },
430 "name": "dm" 433 "name": "dm"
431 }, 434 },
432 { 435 {
433 "name": "$result", 436 "name": "$result",
434 "recipe_result": null, 437 "recipe_result": null,
435 "status_code": 0 438 "status_code": 0
436 } 439 }
437 ] 440 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698