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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "cmd": [ | 387 "cmd": [ |
388 "catchsegv", | 388 "catchsegv", |
389 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", | 389 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/dm
", |
390 "--undefok", | 390 "--undefok", |
391 "--resourcePath", | 391 "--resourcePath", |
392 "[SLAVE_BUILD]/skia/resources", | 392 "[SLAVE_BUILD]/skia/resources", |
393 "--skps", | 393 "--skps", |
394 "[SLAVE_BUILD]/playback/skps", | 394 "[SLAVE_BUILD]/playback/skps", |
395 "--images", | 395 "--images", |
396 "[SLAVE_BUILD]/images/dm", | 396 "[SLAVE_BUILD]/images/dm", |
| 397 "--colorImages", |
| 398 "[SLAVE_BUILD]/images/colorspace", |
397 "--nameByHash", | 399 "--nameByHash", |
398 "--properties", | 400 "--properties", |
399 "gitHash", | 401 "gitHash", |
400 "164710", | 402 "164710", |
401 "master", | 403 "master", |
402 "client.skia", | 404 "client.skia", |
403 "builder", | 405 "builder", |
404 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 406 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
405 "build_number", | 407 "build_number", |
406 "6", | 408 "6", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
476 }, | 478 }, |
477 "name": "nanobench" | 479 "name": "nanobench" |
478 }, | 480 }, |
479 { | 481 { |
480 "name": "$result", | 482 "name": "$result", |
481 "recipe_result": null, | 483 "recipe_result": null, |
482 "status_code": 0 | 484 "status_code": 0 |
483 } | 485 } |
484 ] | 486 ] |
OLD | NEW |