| 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 (dbg)", | 10 "Mojo Android (dbg)", |
| (...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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 144 }, | 144 }, |
| 145 "name": "mojob build" | 145 "name": "mojob build" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "name": "$result", | 148 "name": "$result", |
| 149 "recipe_result": null, | 149 "recipe_result": null, |
| 150 "status_code": 0 | 150 "status_code": 0 |
| 151 } | 151 } |
| 152 ] | 152 ] |
| OLD | NEW |