| 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 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "tryserver.blink", | 322 "tryserver.blink", |
| 323 "-b", | 323 "-b", |
| 324 "linux_blink_rel", | 324 "linux_blink_rel", |
| 325 "--config-file", | 325 "--config-file", |
| 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 326 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 327 "--goma-dir", | 327 "--goma-dir", |
| 328 "[CACHE]/cipd/goma", | 328 "[CACHE]/cipd/goma", |
| 329 "//out/Release" | 329 "//out/Release" |
| 330 ], | 330 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 331 "cwd": "[SLAVE_BUILD]", |
| 332 "env": { |
| 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 334 }, |
| 332 "name": "generate_build_files (with patch)" | 335 "name": "generate_build_files (with patch)" |
| 333 }, | 336 }, |
| 334 { | 337 { |
| 335 "cmd": [ | 338 "cmd": [ |
| 336 "python", | 339 "python", |
| 337 "-u", | 340 "-u", |
| 338 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 341 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 339 "--show-path", | 342 "--show-path", |
| 340 "python", | 343 "python", |
| 341 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "tryserver.blink", | 570 "tryserver.blink", |
| 568 "-b", | 571 "-b", |
| 569 "linux_blink_rel", | 572 "linux_blink_rel", |
| 570 "--config-file", | 573 "--config-file", |
| 571 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 574 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 572 "--goma-dir", | 575 "--goma-dir", |
| 573 "[CACHE]/cipd/goma", | 576 "[CACHE]/cipd/goma", |
| 574 "//out/Release" | 577 "//out/Release" |
| 575 ], | 578 ], |
| 576 "cwd": "[SLAVE_BUILD]", | 579 "cwd": "[SLAVE_BUILD]", |
| 580 "env": { |
| 581 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 582 }, |
| 577 "name": "generate_build_files (without patch)" | 583 "name": "generate_build_files (without patch)" |
| 578 }, | 584 }, |
| 579 { | 585 { |
| 580 "cmd": [ | 586 "cmd": [ |
| 581 "python", | 587 "python", |
| 582 "-u", | 588 "-u", |
| 583 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 589 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 584 "--show-path", | 590 "--show-path", |
| 585 "python", | 591 "python", |
| 586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 592 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "@@@STEP_FAILURE@@@", | 645 "@@@STEP_FAILURE@@@", |
| 640 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 646 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 641 ] | 647 ] |
| 642 }, | 648 }, |
| 643 { | 649 { |
| 644 "name": "$result", | 650 "name": "$result", |
| 645 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 651 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 646 "status_code": 1 | 652 "status_code": 1 |
| 647 } | 653 } |
| 648 ] | 654 ] |
| OLD | NEW |