| 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 "--src-dir", | 398 "--src-dir", |
| 399 "[SLAVE_BUILD]/src", | 399 "[SLAVE_BUILD]/src", |
| 400 "--goma-cache-dir", | 400 "--goma-cache-dir", |
| 401 "[GOMA_CACHE]", | 401 "[GOMA_CACHE]", |
| 402 "--build-tool", | 402 "--build-tool", |
| 403 "ninja", | 403 "ninja", |
| 404 "--compiler", | 404 "--compiler", |
| 405 "goma", | 405 "goma", |
| 406 "--goma-jsonstatus", | 406 "--goma-jsonstatus", |
| 407 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
| 408 "--goma-service-account-json-file", |
| 409 "/creds/service_accounts/service-account-goma-client.json", |
| 408 "--goma-dir", | 410 "--goma-dir", |
| 409 "[CACHE]/cipd/goma", | 411 "[CACHE]/cipd/goma", |
| 410 "--goma-fail-fast", | 412 "--goma-fail-fast", |
| 411 "--goma-disable-local-fallback", | 413 "--goma-disable-local-fallback", |
| 412 "--ninja-ensure-up-to-date", | 414 "--ninja-ensure-up-to-date", |
| 413 "--", | 415 "--", |
| 414 "chromium_swarm_tests", | 416 "chromium_swarm_tests", |
| 415 "gl_tests", | 417 "gl_tests", |
| 416 "gl_tests_run" | 418 "gl_tests_run" |
| 417 ], | 419 ], |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 "--src-dir", | 767 "--src-dir", |
| 766 "[SLAVE_BUILD]/src", | 768 "[SLAVE_BUILD]/src", |
| 767 "--goma-cache-dir", | 769 "--goma-cache-dir", |
| 768 "[GOMA_CACHE]", | 770 "[GOMA_CACHE]", |
| 769 "--build-tool", | 771 "--build-tool", |
| 770 "ninja", | 772 "ninja", |
| 771 "--compiler", | 773 "--compiler", |
| 772 "goma", | 774 "goma", |
| 773 "--goma-jsonstatus", | 775 "--goma-jsonstatus", |
| 774 "/path/to/tmp/json", | 776 "/path/to/tmp/json", |
| 777 "--goma-service-account-json-file", |
| 778 "/creds/service_accounts/service-account-goma-client.json", |
| 775 "--goma-dir", | 779 "--goma-dir", |
| 776 "[CACHE]/cipd/goma", | 780 "[CACHE]/cipd/goma", |
| 777 "--goma-fail-fast", | 781 "--goma-fail-fast", |
| 778 "--goma-disable-local-fallback", | 782 "--goma-disable-local-fallback", |
| 779 "--ninja-ensure-up-to-date", | 783 "--ninja-ensure-up-to-date", |
| 780 "--", | 784 "--", |
| 781 "gl_tests", | 785 "gl_tests", |
| 782 "gl_tests_run" | 786 "gl_tests_run" |
| 783 ], | 787 ], |
| 784 "cwd": "[SLAVE_BUILD]", | 788 "cwd": "[SLAVE_BUILD]", |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 984 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 981 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 985 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 982 ] | 986 ] |
| 983 }, | 987 }, |
| 984 { | 988 { |
| 985 "name": "$result", | 989 "name": "$result", |
| 986 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 990 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 987 "status_code": 1 | 991 "status_code": 1 |
| 988 } | 992 } |
| 989 ] | 993 ] |
| OLD | NEW |