| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "tryserver.chromium.linux", | 346 "tryserver.chromium.linux", |
| 347 "-b", | 347 "-b", |
| 348 "linux_chromium_rel_ng", | 348 "linux_chromium_rel_ng", |
| 349 "--config-file", | 349 "--config-file", |
| 350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 351 "--goma-dir", | 351 "--goma-dir", |
| 352 "[CACHE]/cipd/goma", | 352 "[CACHE]/cipd/goma", |
| 353 "//out/Release" | 353 "//out/Release" |
| 354 ], | 354 ], |
| 355 "cwd": "[SLAVE_BUILD]", | 355 "cwd": "[SLAVE_BUILD]", |
| 356 "env": { |
| 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 358 }, |
| 356 "name": "generate_build_files (with patch)" | 359 "name": "generate_build_files (with patch)" |
| 357 }, | 360 }, |
| 358 { | 361 { |
| 359 "cmd": [ | 362 "cmd": [ |
| 360 "python", | 363 "python", |
| 361 "-u", | 364 "-u", |
| 362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 363 "--show-path", | 366 "--show-path", |
| 364 "python", | 367 "python", |
| 365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "tryserver.chromium.linux", | 561 "tryserver.chromium.linux", |
| 559 "-b", | 562 "-b", |
| 560 "linux_chromium_rel_ng", | 563 "linux_chromium_rel_ng", |
| 561 "--config-file", | 564 "--config-file", |
| 562 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 565 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 563 "--goma-dir", | 566 "--goma-dir", |
| 564 "[CACHE]/cipd/goma", | 567 "[CACHE]/cipd/goma", |
| 565 "//out/Release" | 568 "//out/Release" |
| 566 ], | 569 ], |
| 567 "cwd": "[SLAVE_BUILD]", | 570 "cwd": "[SLAVE_BUILD]", |
| 571 "env": { |
| 572 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 573 }, |
| 568 "name": "generate_build_files (without patch)" | 574 "name": "generate_build_files (without patch)" |
| 569 }, | 575 }, |
| 570 { | 576 { |
| 571 "cmd": [ | 577 "cmd": [ |
| 572 "python", | 578 "python", |
| 573 "-u", | 579 "-u", |
| 574 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 580 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 575 "--show-path", | 581 "--show-path", |
| 576 "python", | 582 "python", |
| 577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 583 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 "@@@STEP_FAILURE@@@", | 636 "@@@STEP_FAILURE@@@", |
| 631 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 637 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 632 ] | 638 ] |
| 633 }, | 639 }, |
| 634 { | 640 { |
| 635 "name": "$result", | 641 "name": "$result", |
| 636 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 642 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 637 "status_code": 1 | 643 "status_code": 1 |
| 638 } | 644 } |
| 639 ] | 645 ] |
| OLD | NEW |