OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "cmd": [ | 313 "cmd": [ |
314 "catchsegv", | 314 "catchsegv", |
315 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", | 315 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", |
316 "--undefok", | 316 "--undefok", |
317 "--resourcePath", | 317 "--resourcePath", |
318 "[SLAVE_BUILD]/skia/resources", | 318 "[SLAVE_BUILD]/skia/resources", |
319 "--skps", | 319 "--skps", |
320 "[SLAVE_BUILD]/playback/skps", | 320 "[SLAVE_BUILD]/playback/skps", |
321 "--images", | 321 "--images", |
322 "[SLAVE_BUILD]/images/dm", | 322 "[SLAVE_BUILD]/images/dm", |
| 323 "--colorImages", |
| 324 "[SLAVE_BUILD]/images/colorspace", |
323 "--nameByHash", | 325 "--nameByHash", |
324 "--properties", | 326 "--properties", |
325 "gitHash", | 327 "gitHash", |
326 "164710", | 328 "164710", |
327 "master", | 329 "master", |
328 "client.skia", | 330 "client.skia", |
329 "builder", | 331 "builder", |
330 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 332 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
331 "build_number", | 333 "build_number", |
332 "5", | 334 "5", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 403 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
402 }, | 404 }, |
403 "name": "nanobench" | 405 "name": "nanobench" |
404 }, | 406 }, |
405 { | 407 { |
406 "name": "$result", | 408 "name": "$result", |
407 "recipe_result": null, | 409 "recipe_result": null, |
408 "status_code": 0 | 410 "status_code": 0 |
409 } | 411 } |
410 ] | 412 ] |
OLD | NEW |