| 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-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" | 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "python", | 133 "python", |
| 134 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", | 134 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", |
| 135 "dm", | 135 "dm", |
| 136 "--undefok", | 136 "--undefok", |
| 137 "--resourcePath", | 137 "--resourcePath", |
| 138 "[SLAVE_BUILD]/skia/resources", | 138 "[SLAVE_BUILD]/skia/resources", |
| 139 "--skps", | 139 "--skps", |
| 140 "[SLAVE_BUILD]/skps", | 140 "[SLAVE_BUILD]/skps", |
| 141 "--images", | 141 "--images", |
| 142 "[SLAVE_BUILD]/images/dm", | 142 "[SLAVE_BUILD]/images/dm", |
| 143 "--colorImages", |
| 144 "[SLAVE_BUILD]/images/colorspace", |
| 143 "--nameByHash", | 145 "--nameByHash", |
| 144 "--properties", | 146 "--properties", |
| 145 "gitHash", | 147 "gitHash", |
| 146 "abc123", | 148 "abc123", |
| 147 "master", | 149 "master", |
| 148 "client.skia", | 150 "client.skia", |
| 149 "builder", | 151 "builder", |
| 150 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 152 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 151 "build_number", | 153 "build_number", |
| 152 "5", | 154 "5", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "[SWARM_OUT_DIR]" | 283 "[SWARM_OUT_DIR]" |
| 282 ], | 284 ], |
| 283 "name": "Copy to swarming out (2)" | 285 "name": "Copy to swarming out (2)" |
| 284 }, | 286 }, |
| 285 { | 287 { |
| 286 "name": "$result", | 288 "name": "$result", |
| 287 "recipe_result": null, | 289 "recipe_result": null, |
| 288 "status_code": 0 | 290 "status_code": 0 |
| 289 } | 291 } |
| 290 ] | 292 ] |
| OLD | NEW |