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