| 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 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "-m", | 129 "-m", |
| 130 "chromium.testing.master", | 130 "chromium.testing.master", |
| 131 "-b", | 131 "-b", |
| 132 "TestBuilder", | 132 "TestBuilder", |
| 133 "--config-file", | 133 "--config-file", |
| 134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 135 "--goma-dir", | 135 "--goma-dir", |
| 136 "[BUILD]/goma", | 136 "[BUILD]/goma", |
| 137 "//out/Release" | 137 "//out/Release" |
| 138 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]/src", |
| 139 "env": { | 140 "env": { |
| 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 141 }, | 142 }, |
| 142 "name": "generate_build_files" | 143 "name": "generate_build_files" |
| 143 }, | 144 }, |
| 144 { | 145 { |
| 145 "cmd": [ | 146 "cmd": [ |
| 146 "python", | 147 "python", |
| 147 "-u", | 148 "-u", |
| 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 149 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 199 ], | 200 ], |
| 200 "name": "annotated_steps" | 201 "name": "annotated_steps" |
| 201 }, | 202 }, |
| 202 { | 203 { |
| 203 "name": "$result", | 204 "name": "$result", |
| 204 "recipe_result": null, | 205 "recipe_result": null, |
| 205 "status_code": 0 | 206 "status_code": 0 |
| 206 } | 207 } |
| 207 ] | 208 ] |
| OLD | NEW |