| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "name": "generate_build_files (with patch)" | 347 "name": "generate_build_files (with patch)" |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 "cmd": [ | 350 "cmd": [ |
| 351 "python", | 351 "python", |
| 352 "-u", | 352 "-u", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 354 "--show-path", | 354 "--show-path", |
| 355 "python", | 355 "python", |
| 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 357 "--gsutil-py-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 357 "--ninja-path", | 359 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 359 "--target", | 361 "--target", |
| 360 "Release", | 362 "Release", |
| 361 "--src-dir", | 363 "--src-dir", |
| 362 "[SLAVE_BUILD]/src", | 364 "[SLAVE_BUILD]/src", |
| 363 "--goma-cache-dir", | 365 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 366 "[GOMA_CACHE]", |
| 365 "--build-tool", | 367 "--build-tool", |
| 366 "ninja", | 368 "ninja", |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "name": "generate_build_files (without patch)" | 586 "name": "generate_build_files (without patch)" |
| 585 }, | 587 }, |
| 586 { | 588 { |
| 587 "cmd": [ | 589 "cmd": [ |
| 588 "python", | 590 "python", |
| 589 "-u", | 591 "-u", |
| 590 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 592 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 591 "--show-path", | 593 "--show-path", |
| 592 "python", | 594 "python", |
| 593 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 595 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 596 "--gsutil-py-path", |
| 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 594 "--ninja-path", | 598 "--ninja-path", |
| 595 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 596 "--target", | 600 "--target", |
| 597 "Release", | 601 "Release", |
| 598 "--src-dir", | 602 "--src-dir", |
| 599 "[SLAVE_BUILD]/src", | 603 "[SLAVE_BUILD]/src", |
| 600 "--goma-cache-dir", | 604 "--goma-cache-dir", |
| 601 "[GOMA_CACHE]", | 605 "[GOMA_CACHE]", |
| 602 "--build-tool", | 606 "--build-tool", |
| 603 "ninja", | 607 "ninja", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "@@@STEP_FAILURE@@@", | 643 "@@@STEP_FAILURE@@@", |
| 640 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 644 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 641 ] | 645 ] |
| 642 }, | 646 }, |
| 643 { | 647 { |
| 644 "name": "$result", | 648 "name": "$result", |
| 645 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 649 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 646 "status_code": 1 | 650 "status_code": 1 |
| 647 } | 651 } |
| 648 ] | 652 ] |
| OLD | NEW |