| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Headless Linux (dbg)", | 10 "Headless Linux (dbg)", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "chromium.fyi", | 230 "chromium.fyi", |
| 231 "-b", | 231 "-b", |
| 232 "Headless Linux (dbg)", | 232 "Headless Linux (dbg)", |
| 233 "--config-file", | 233 "--config-file", |
| 234 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 234 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 235 "--goma-dir", | 235 "--goma-dir", |
| 236 "[CACHE]/cipd/goma", | 236 "[CACHE]/cipd/goma", |
| 237 "//out/Debug" | 237 "//out/Debug" |
| 238 ], | 238 ], |
| 239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
| 240 "env": { |
| 241 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 242 }, |
| 240 "name": "generate_build_files" | 243 "name": "generate_build_files" |
| 241 }, | 244 }, |
| 242 { | 245 { |
| 243 "cmd": [ | 246 "cmd": [ |
| 244 "python", | 247 "python", |
| 245 "-u", | 248 "-u", |
| 246 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 247 "--show-path", | 250 "--show-path", |
| 248 "python", | 251 "python", |
| 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 284 ] | 287 ] |
| 285 }, | 288 }, |
| 286 { | 289 { |
| 287 "name": "$result", | 290 "name": "$result", |
| 288 "recipe_result": null, | 291 "recipe_result": null, |
| 289 "status_code": 0 | 292 "status_code": 0 |
| 290 } | 293 } |
| 291 ] | 294 ] |
| OLD | NEW |