| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "chromium.fyi", | 283 "chromium.fyi", |
| 284 "-b", | 284 "-b", |
| 285 "Android Cloud Tests", | 285 "Android Cloud Tests", |
| 286 "--config-file", | 286 "--config-file", |
| 287 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 287 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 288 "--goma-dir", | 288 "--goma-dir", |
| 289 "[CACHE]/cipd/goma", | 289 "[CACHE]/cipd/goma", |
| 290 "//out/Release" | 290 "//out/Release" |
| 291 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 293 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 295 }, |
| 293 "name": "generate_build_files" | 296 "name": "generate_build_files" |
| 294 }, | 297 }, |
| 295 { | 298 { |
| 296 "cmd": [ | 299 "cmd": [ |
| 297 "python", | 300 "python", |
| 298 "-u", | 301 "-u", |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 300 "--show-path", | 303 "--show-path", |
| 301 "python", | 304 "python", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 539 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 537 "@@@STEP_LOG_END@python.inline@@@" | 540 "@@@STEP_LOG_END@python.inline@@@" |
| 538 ] | 541 ] |
| 539 }, | 542 }, |
| 540 { | 543 { |
| 541 "name": "$result", | 544 "name": "$result", |
| 542 "reason": "1 tests failed: ['ChromePublicTest']", | 545 "reason": "1 tests failed: ['ChromePublicTest']", |
| 543 "status_code": 1 | 546 "status_code": 1 |
| 544 } | 547 } |
| 545 ] | 548 ] |
| OLD | NEW |