| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Debug", | 10 "Android Debug", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ] | 47 ] |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [], | 50 "cmd": [], |
| 51 "name": "ensure_goma" | 51 "name": "ensure_goma" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 57 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 58 "--platform", | 58 "--platform", |
| 59 "linux-386", | 59 "linux-386", |
| 60 "--dest-directory", | 60 "--dest-directory", |
| 61 "[SLAVE_BUILD]/cipd", | 61 "[SLAVE_BUILD]/cipd", |
| 62 "--json-output", | 62 "--json-output", |
| 63 "/path/to/tmp/json" | 63 "/path/to/tmp/json" |
| 64 ], | 64 ], |
| 65 "name": "ensure_goma.install cipd", | 65 "name": "ensure_goma.install cipd", |
| 66 "~followup_annotations": [ | 66 "~followup_annotations": [ |
| 67 "@@@STEP_NEST_LEVEL@1@@@", | 67 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 154 "@@@STEP_LOG_END@json.output (invalid)@@@" | 154 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 155 ] | 155 ] |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "name": "$result", | 158 "name": "$result", |
| 159 "recipe_result": null, | 159 "recipe_result": null, |
| 160 "status_code": 0 | 160 "status_code": 0 |
| 161 } | 161 } |
| 162 ] | 162 ] |
| OLD | NEW |