| 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-GCC-GCE-CPU-AVX2-x86_64-Debug" | 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "[SLAVE_BUILD]/images/dm", | 193 "[SLAVE_BUILD]/images/dm", |
| 194 "--nameByHash", | 194 "--nameByHash", |
| 195 "--properties", | 195 "--properties", |
| 196 "gitHash", | 196 "gitHash", |
| 197 "abc123", | 197 "abc123", |
| 198 "master", | 198 "master", |
| 199 "client.skia", | 199 "client.skia", |
| 200 "builder", | 200 "builder", |
| 201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
| 202 "build_number", | 202 "build_number", |
| 203 "5", | 203 "6", |
| 204 "--colorImages", | 204 "--colorImages", |
| 205 "[SLAVE_BUILD]/images/colorspace", | 205 "[SLAVE_BUILD]/images/colorspace", |
| 206 "--key", | 206 "--key", |
| 207 "arch", | 207 "arch", |
| 208 "x86_64", | 208 "x86_64", |
| 209 "compiler", | 209 "compiler", |
| 210 "GCC", | 210 "GCC", |
| 211 "configuration", | 211 "configuration", |
| 212 "Debug", | 212 "Debug", |
| 213 "cpu_or_gpu", | 213 "cpu_or_gpu", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 233 "SKIA_OUT": "[SLAVE_BUILD]/out" | 233 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 234 }, | 234 }, |
| 235 "name": "dm" | 235 "name": "dm" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "name": "$result", | 238 "name": "$result", |
| 239 "recipe_result": null, | 239 "recipe_result": null, |
| 240 "status_code": 0 | 240 "status_code": 0 |
| 241 } | 241 } |
| 242 ] | 242 ] |
| OLD | NEW |