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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 "--nameByHash", | 323 "--nameByHash", |
324 "--properties", | 324 "--properties", |
325 "gitHash", | 325 "gitHash", |
326 "164710", | 326 "164710", |
327 "master", | 327 "master", |
328 "client.skia", | 328 "client.skia", |
329 "builder", | 329 "builder", |
330 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 330 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
331 "build_number", | 331 "build_number", |
332 "5", | 332 "5", |
| 333 "--colorImages", |
| 334 "[SLAVE_BUILD]/images/colorspace", |
333 "--key", | 335 "--key", |
334 "arch", | 336 "arch", |
335 "x86_64", | 337 "x86_64", |
336 "compiler", | 338 "compiler", |
337 "GCC", | 339 "GCC", |
338 "configuration", | 340 "configuration", |
339 "Debug", | 341 "Debug", |
340 "cpu_or_gpu", | 342 "cpu_or_gpu", |
341 "CPU", | 343 "CPU", |
342 "cpu_or_gpu_value", | 344 "cpu_or_gpu_value", |
(...skipping 58 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 |