| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "--src-dir", | 128 "--src-dir", |
| 129 "[SLAVE_BUILD]/src", | 129 "[SLAVE_BUILD]/src", |
| 130 "--build-tool", | 130 "--build-tool", |
| 131 "ninja", | 131 "ninja", |
| 132 "--compiler", | 132 "--compiler", |
| 133 "goma", | 133 "goma", |
| 134 "--goma-dir", | 134 "--goma-dir", |
| 135 "[BUILD]/goma", | 135 "[BUILD]/goma", |
| 136 "--goma-fail-fast", | 136 "--goma-fail-fast", |
| 137 "--goma-disable-local-fallback", | 137 "--goma-disable-local-fallback", |
| 138 "--ninja-ensure-up-to-date", |
| 138 "--", | 139 "--", |
| 139 "angle_unittests_run", | 140 "angle_unittests_run", |
| 140 "blink_tests", | 141 "blink_tests", |
| 141 "chrome", | 142 "chrome", |
| 142 "content_gl_tests_run", | 143 "content_gl_tests_run", |
| 143 "gl_tests_run", | 144 "gl_tests_run", |
| 144 "tab_capture_end2end_tests_run", | 145 "tab_capture_end2end_tests_run", |
| 145 "telemetry_gpu_test_run" | 146 "telemetry_gpu_test_run" |
| 146 ], | 147 ], |
| 147 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| (...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1940 "@@@STEP_FAILURE@@@", | 1941 "@@@STEP_FAILURE@@@", |
| 1941 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 1942 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 1942 ] | 1943 ] |
| 1943 }, | 1944 }, |
| 1944 { | 1945 { |
| 1945 "name": "$final_result", | 1946 "name": "$final_result", |
| 1946 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 1947 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 1947 "status_code": 1 | 1948 "status_code": 1 |
| 1948 } | 1949 } |
| 1949 ] | 1950 ] |
| OLD | NEW |