| 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 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" | 8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "arm_v7_neon", | 360 "arm_v7_neon", |
| 361 "-t", | 361 "-t", |
| 362 "Release", | 362 "Release", |
| 363 "nanobench", | 363 "nanobench", |
| 364 "--undefok", | 364 "--undefok", |
| 365 "-i", | 365 "-i", |
| 366 "/storage/emulated/legacy/skiabot/skia_resources", | 366 "/storage/emulated/legacy/skiabot/skia_resources", |
| 367 "--skps", | 367 "--skps", |
| 368 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 368 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 369 "--images", | 369 "--images", |
| 370 "/storage/emulated/legacy/skiabot/skia_images/dm", | 370 "/storage/emulated/legacy/skiabot/skia_images/nanobench", |
| 371 "--nocpu", | 371 "--nocpu", |
| 372 "--dummy-flags", | 372 "--dummy-flags", |
| 373 "--outResultsFile", | 373 "--outResultsFile", |
| 374 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json", | 374 "/storage/emulated/legacy/skiabot/skia_perf/nanobench_abc123.json", |
| 375 "--properties", | 375 "--properties", |
| 376 "gitHash", | 376 "gitHash", |
| 377 "abc123", | 377 "abc123", |
| 378 "build_number", | 378 "build_number", |
| 379 "5", | 379 "5", |
| 380 "--key", | 380 "--key", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 "SKIA_OUT": "[SLAVE_BUILD]/out" | 527 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 528 }, | 528 }, |
| 529 "name": "wait for charge (3)" | 529 "name": "wait for charge (3)" |
| 530 }, | 530 }, |
| 531 { | 531 { |
| 532 "name": "$result", | 532 "name": "$result", |
| 533 "recipe_result": null, | 533 "recipe_result": null, |
| 534 "status_code": 0 | 534 "status_code": 0 |
| 535 } | 535 } |
| 536 ] | 536 ] |
| OLD | NEW |