| 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 Linux", | 10 "Mojo Linux", |
| (...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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "[SLAVE_BUILD]/src/mojo/tools/upload_binaries.py" | 177 "[SLAVE_BUILD]/src/mojo/tools/upload_binaries.py" |
| 178 ], | 178 ], |
| 179 "name": "upload shell and app binaries" | 179 "name": "upload shell and app binaries" |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "name": "$result", | 182 "name": "$result", |
| 183 "recipe_result": null, | 183 "recipe_result": null, |
| 184 "status_code": 0 | 184 "status_code": 0 |
| 185 } | 185 } |
| 186 ] | 186 ] |
| OLD | NEW |