| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ] | 104 ] |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [], | 107 "cmd": [], |
| 108 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 "cmd": [ | 111 "cmd": [ |
| 112 "python", | 112 "python", |
| 113 "-u", | 113 "-u", |
| 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 115 "--platform", | 115 "--platform", |
| 116 "linux-amd64", | 116 "linux-amd64", |
| 117 "--dest-directory", | 117 "--dest-directory", |
| 118 "[SLAVE_BUILD]/cipd", | 118 "[SLAVE_BUILD]/cipd", |
| 119 "--json-output", | 119 "--json-output", |
| 120 "/path/to/tmp/json" | 120 "/path/to/tmp/json" |
| 121 ], | 121 ], |
| 122 "name": "ensure_goma.install cipd", | 122 "name": "ensure_goma.install cipd", |
| 123 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 124 "@@@STEP_NEST_LEVEL@1@@@", | 124 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 289 "@@@STEP_LOG_END@json.output (invalid)@@@" | 289 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 290 ] | 290 ] |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "name": "$result", | 293 "name": "$result", |
| 294 "recipe_result": null, | 294 "recipe_result": null, |
| 295 "status_code": 0 | 295 "status_code": 0 |
| 296 } | 296 } |
| 297 ] | 297 ] |
| OLD | NEW |