| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "master.client.catapult", | 8 "master.client.catapult", |
| 9 "--builder", | 9 "--builder", |
| 10 "windows", | 10 "windows", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "[DEPOT_TOOLS]/gclient.py", | 59 "[DEPOT_TOOLS]/gclient.py", |
| 60 "runhooks" | 60 "runhooks" |
| 61 ], | 61 ], |
| 62 "cwd": "[SLAVE_BUILD]", | 62 "cwd": "[SLAVE_BUILD]", |
| 63 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "cmd": [ | 66 "cmd": [ |
| 67 "python", | 67 "python", |
| 68 "-u", | 68 "-u", |
| 69 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 69 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py", |
| 70 "--json-file", | 70 "--json-file", |
| 71 "/path/to/tmp/json", | 71 "/path/to/tmp/json", |
| 72 "--url", | 72 "--url", |
| 73 "https://chromium.googlesource.com/infra/infra/+/fd119c547fd4e56eeab77d138
b0426022ae1d159/bootstrap/get_appengine.py", | 73 "https://chromium.googlesource.com/infra/infra/+/fd119c547fd4e56eeab77d138
b0426022ae1d159/bootstrap/get_appengine.py", |
| 74 "--format", | 74 "--format", |
| 75 "text" | 75 "text" |
| 76 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "Fetch SDK downloader" | 78 "name": "Fetch SDK downloader" |
| 79 }, | 79 }, |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 293 "name": "Devil Python Tests" | 293 "name": "Devil Python Tests" |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "name": "$result", | 296 "name": "$result", |
| 297 "recipe_result": null, | 297 "recipe_result": null, |
| 298 "status_code": 0 | 298 "status_code": 0 |
| 299 } | 299 } |
| 300 ] | 300 ] |
| OLD | NEW |