| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 ] | 398 ] |
| 399 }, | 399 }, |
| 400 { | 400 { |
| 401 "cmd": [ | 401 "cmd": [ |
| 402 "python", | 402 "python", |
| 403 "-u", | 403 "-u", |
| 404 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 404 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 405 "--show-path", | 405 "--show-path", |
| 406 "python", | 406 "python", |
| 407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 408 "--gsutil-py-path", |
| 409 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 408 "--ninja-path", | 410 "--ninja-path", |
| 409 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 411 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 410 "--target", | 412 "--target", |
| 411 "Release", | 413 "Release", |
| 412 "--src-dir", | 414 "--src-dir", |
| 413 "[SLAVE_BUILD]/src", | 415 "[SLAVE_BUILD]/src", |
| 414 "--goma-cache-dir", | 416 "--goma-cache-dir", |
| 415 "[GOMA_CACHE]", | 417 "[GOMA_CACHE]", |
| 416 "--build-tool", | 418 "--build-tool", |
| 417 "ninja", | 419 "ninja", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 ] | 765 ] |
| 764 }, | 766 }, |
| 765 { | 767 { |
| 766 "cmd": [ | 768 "cmd": [ |
| 767 "python", | 769 "python", |
| 768 "-u", | 770 "-u", |
| 769 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 771 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 770 "--show-path", | 772 "--show-path", |
| 771 "python", | 773 "python", |
| 772 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 774 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 775 "--gsutil-py-path", |
| 776 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 773 "--ninja-path", | 777 "--ninja-path", |
| 774 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 778 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 775 "--target", | 779 "--target", |
| 776 "Release", | 780 "Release", |
| 777 "--src-dir", | 781 "--src-dir", |
| 778 "[SLAVE_BUILD]/src", | 782 "[SLAVE_BUILD]/src", |
| 779 "--goma-cache-dir", | 783 "--goma-cache-dir", |
| 780 "[GOMA_CACHE]", | 784 "[GOMA_CACHE]", |
| 781 "--build-tool", | 785 "--build-tool", |
| 782 "ninja", | 786 "ninja", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 996 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 993 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 997 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 994 ] | 998 ] |
| 995 }, | 999 }, |
| 996 { | 1000 { |
| 997 "name": "$result", | 1001 "name": "$result", |
| 998 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 1002 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 999 "status_code": 1 | 1003 "status_code": 1 |
| 1000 } | 1004 } |
| 1001 ] | 1005 ] |
| OLD | NEW |