| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "-m", | 291 "-m", |
| 292 "chromium.fyi", | 292 "chromium.fyi", |
| 293 "-b", | 293 "-b", |
| 294 "Android Cloud Tests", | 294 "Android Cloud Tests", |
| 295 "--config-file", | 295 "--config-file", |
| 296 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 296 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 297 "--goma-dir", | 297 "--goma-dir", |
| 298 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
| 299 "//out/Release" | 299 "//out/Release" |
| 300 ], | 300 ], |
| 301 "cwd": "[SLAVE_BUILD]/src", |
| 301 "env": { | 302 "env": { |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 303 }, | 304 }, |
| 304 "name": "generate_build_files" | 305 "name": "generate_build_files" |
| 305 }, | 306 }, |
| 306 { | 307 { |
| 307 "cmd": [ | 308 "cmd": [ |
| 308 "python", | 309 "python", |
| 309 "-u", | 310 "-u", |
| 310 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 555 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 555 "@@@STEP_LOG_END@python.inline@@@" | 556 "@@@STEP_LOG_END@python.inline@@@" |
| 556 ] | 557 ] |
| 557 }, | 558 }, |
| 558 { | 559 { |
| 559 "name": "$result", | 560 "name": "$result", |
| 560 "recipe_result": null, | 561 "recipe_result": null, |
| 561 "status_code": 0 | 562 "status_code": 0 |
| 562 } | 563 } |
| 563 ] | 564 ] |
| OLD | NEW |