OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" | 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 "--nameByHash", | 422 "--nameByHash", |
423 "--properties", | 423 "--properties", |
424 "gitHash", | 424 "gitHash", |
425 "abc123", | 425 "abc123", |
426 "master", | 426 "master", |
427 "client.skia", | 427 "client.skia", |
428 "builder", | 428 "builder", |
429 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", | 429 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release", |
430 "build_number", | 430 "build_number", |
431 "5", | 431 "5", |
| 432 "--colorImages", |
| 433 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
432 "--key", | 434 "--key", |
433 "arch", | 435 "arch", |
434 "Arm7", | 436 "Arm7", |
435 "compiler", | 437 "compiler", |
436 "GCC", | 438 "GCC", |
437 "configuration", | 439 "configuration", |
438 "Release", | 440 "Release", |
439 "cpu_or_gpu", | 441 "cpu_or_gpu", |
440 "GPU", | 442 "GPU", |
441 "cpu_or_gpu_value", | 443 "cpu_or_gpu_value", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "SKIA_OUT": "[SLAVE_BUILD]/out" | 573 "SKIA_OUT": "[SLAVE_BUILD]/out" |
572 }, | 574 }, |
573 "name": "kill-server" | 575 "name": "kill-server" |
574 }, | 576 }, |
575 { | 577 { |
576 "name": "$result", | 578 "name": "$result", |
577 "recipe_result": null, | 579 "recipe_result": null, |
578 "status_code": 0 | 580 "status_code": 0 |
579 } | 581 } |
580 ] | 582 ] |
OLD | NEW |