| 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.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mojo Android Builder", | 10 "Mojo Android Builder", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "name": "gclient runhooks" | 60 "name": "gclient runhooks" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "cmd": [], | 63 "cmd": [], |
| 64 "name": "ensure_goma" | 64 "name": "ensure_goma" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 70 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 71 "--platform", | 71 "--platform", |
| 72 "linux-amd64", | 72 "linux-amd64", |
| 73 "--dest-directory", | 73 "--dest-directory", |
| 74 "[SLAVE_BUILD]/cipd", | 74 "[SLAVE_BUILD]/cipd", |
| 75 "--json-output", | 75 "--json-output", |
| 76 "/path/to/tmp/json" | 76 "/path/to/tmp/json" |
| 77 ], | 77 ], |
| 78 "name": "ensure_goma.install cipd", | 78 "name": "ensure_goma.install cipd", |
| 79 "~followup_annotations": [ | 79 "~followup_annotations": [ |
| 80 "@@@STEP_NEST_LEVEL@1@@@", | 80 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "--android" | 152 "--android" |
| 153 ], | 153 ], |
| 154 "name": "upload shell and app binaries" | 154 "name": "upload shell and app binaries" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "name": "$result", | 157 "name": "$result", |
| 158 "recipe_result": null, | 158 "recipe_result": null, |
| 159 "status_code": 0 | 159 "status_code": 0 |
| 160 } | 160 } |
| 161 ] | 161 ] |
| OLD | NEW |