| 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 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "chromium.fyi", | 280 "chromium.fyi", |
| 281 "-b", | 281 "-b", |
| 282 "Android Cloud Tests", | 282 "Android Cloud Tests", |
| 283 "--config-file", | 283 "--config-file", |
| 284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 284 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 285 "--goma-dir", | 285 "--goma-dir", |
| 286 "[CACHE]/cipd/goma", | 286 "[CACHE]/cipd/goma", |
| 287 "//out/Release" | 287 "//out/Release" |
| 288 ], | 288 ], |
| 289 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
| 290 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 292 }, |
| 290 "name": "generate_build_files" | 293 "name": "generate_build_files" |
| 291 }, | 294 }, |
| 292 { | 295 { |
| 293 "cmd": [ | 296 "cmd": [ |
| 294 "python", | 297 "python", |
| 295 "-u", | 298 "-u", |
| 296 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 297 "--show-path", | 300 "--show-path", |
| 298 "python", | 301 "python", |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 514 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 512 "@@@STEP_LOG_END@python.inline@@@" | 515 "@@@STEP_LOG_END@python.inline@@@" |
| 513 ] | 516 ] |
| 514 }, | 517 }, |
| 515 { | 518 { |
| 516 "name": "$result", | 519 "name": "$result", |
| 517 "recipe_result": null, | 520 "recipe_result": null, |
| 518 "status_code": 0 | 521 "status_code": 0 |
| 519 } | 522 } |
| 520 ] | 523 ] |
| OLD | NEW |