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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "--nameByHash", | 372 "--nameByHash", |
373 "--properties", | 373 "--properties", |
374 "gitHash", | 374 "gitHash", |
375 "164710", | 375 "164710", |
376 "master", | 376 "master", |
377 "client.skia", | 377 "client.skia", |
378 "builder", | 378 "builder", |
379 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", | 379 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", |
380 "build_number", | 380 "build_number", |
381 "5", | 381 "5", |
| 382 "--colorImages", |
| 383 "[SLAVE_BUILD]/images/colorspace", |
382 "--key", | 384 "--key", |
383 "arch", | 385 "arch", |
384 "x86_64", | 386 "x86_64", |
385 "compiler", | 387 "compiler", |
386 "Clang", | 388 "Clang", |
387 "configuration", | 389 "configuration", |
388 "Debug", | 390 "Debug", |
389 "cpu_or_gpu", | 391 "cpu_or_gpu", |
390 "GPU", | 392 "GPU", |
391 "cpu_or_gpu_value", | 393 "cpu_or_gpu_value", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x
86_64-Debug-CommandBuffer" | 460 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x
86_64-Debug-CommandBuffer" |
459 }, | 461 }, |
460 "name": "nanobench" | 462 "name": "nanobench" |
461 }, | 463 }, |
462 { | 464 { |
463 "name": "$result", | 465 "name": "$result", |
464 "recipe_result": null, | 466 "recipe_result": null, |
465 "status_code": 0 | 467 "status_code": 0 |
466 } | 468 } |
467 ] | 469 ] |
OLD | NEW |