| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "-m", | 294 "-m", |
| 295 "chromium.fyi", | 295 "chromium.fyi", |
| 296 "-b", | 296 "-b", |
| 297 "Android Cloud Tests", | 297 "Android Cloud Tests", |
| 298 "--config-file", | 298 "--config-file", |
| 299 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 299 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 300 "--goma-dir", | 300 "--goma-dir", |
| 301 "[CACHE]/cipd/goma", | 301 "[CACHE]/cipd/goma", |
| 302 "//out/Release" | 302 "//out/Release" |
| 303 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]/src", |
| 304 "env": { | 305 "env": { |
| 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 306 }, | 307 }, |
| 307 "name": "generate_build_files" | 308 "name": "generate_build_files" |
| 308 }, | 309 }, |
| 309 { | 310 { |
| 310 "cmd": [ | 311 "cmd": [ |
| 311 "python", | 312 "python", |
| 312 "-u", | 313 "-u", |
| 313 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 "@@@STEP_LOG_END@python.inline@@@" | 588 "@@@STEP_LOG_END@python.inline@@@" |
| 588 ] | 589 ] |
| 589 }, | 590 }, |
| 590 { | 591 { |
| 591 "name": "$result", | 592 "name": "$result", |
| 592 "reason": "1 tests failed: ['ChromePublicTest']", | 593 "reason": "1 tests failed: ['ChromePublicTest']", |
| 593 "recipe_result": null, | 594 "recipe_result": null, |
| 594 "status_code": 1 | 595 "status_code": 1 |
| 595 } | 596 } |
| 596 ] | 597 ] |
| OLD | NEW |