| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "master", | 146 "master", |
| 147 "client.skia", | 147 "client.skia", |
| 148 "builder", | 148 "builder", |
| 149 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 149 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
| 150 "build_number", | 150 "build_number", |
| 151 "5", | 151 "5", |
| 152 "issue", | 152 "issue", |
| 153 "500", | 153 "500", |
| 154 "patchset", | 154 "patchset", |
| 155 "1", | 155 "1", |
| 156 "--colorImages", |
| 157 "[SLAVE_BUILD]/images/colorspace", |
| 156 "--key", | 158 "--key", |
| 157 "arch", | 159 "arch", |
| 158 "x86_64", | 160 "x86_64", |
| 159 "compiler", | 161 "compiler", |
| 160 "Clang", | 162 "Clang", |
| 161 "configuration", | 163 "configuration", |
| 162 "Coverage", | 164 "Coverage", |
| 163 "cpu_or_gpu", | 165 "cpu_or_gpu", |
| 164 "CPU", | 166 "CPU", |
| 165 "cpu_or_gpu_value", | 167 "cpu_or_gpu_value", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "[CUSTOM_[SWARM_OUT_DIR]]" | 280 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 279 ], | 281 ], |
| 280 "name": "Copy to swarming out (2)" | 282 "name": "Copy to swarming out (2)" |
| 281 }, | 283 }, |
| 282 { | 284 { |
| 283 "name": "$result", | 285 "name": "$result", |
| 284 "recipe_result": null, | 286 "recipe_result": null, |
| 285 "status_code": 0 | 287 "status_code": 0 |
| 286 } | 288 } |
| 287 ] | 289 ] |
| OLD | NEW |