| 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 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2025 "--src-dir", | 2026 "--src-dir", |
| 2026 "[SLAVE_BUILD]/src", | 2027 "[SLAVE_BUILD]/src", |
| 2027 "--build-tool", | 2028 "--build-tool", |
| 2028 "ninja", | 2029 "ninja", |
| 2029 "--compiler", | 2030 "--compiler", |
| 2030 "goma", | 2031 "goma", |
| 2031 "--goma-dir", | 2032 "--goma-dir", |
| 2032 "[BUILD]/goma", | 2033 "[BUILD]/goma", |
| 2033 "--goma-fail-fast", | 2034 "--goma-fail-fast", |
| 2034 "--goma-disable-local-fallback", | 2035 "--goma-disable-local-fallback", |
| 2036 "--ninja-ensure-up-to-date", |
| 2035 "--", | 2037 "--", |
| 2036 "angle_unittests_run", | 2038 "angle_unittests_run", |
| 2037 "blink_tests", | 2039 "blink_tests", |
| 2038 "chrome", | 2040 "chrome", |
| 2039 "content_gl_tests_run", | 2041 "content_gl_tests_run", |
| 2040 "gl_tests_run", | 2042 "gl_tests_run", |
| 2041 "tab_capture_end2end_tests_run", | 2043 "tab_capture_end2end_tests_run", |
| 2042 "telemetry_gpu_test_run" | 2044 "telemetry_gpu_test_run" |
| 2043 ], | 2045 ], |
| 2044 "cwd": "[SLAVE_BUILD]", | 2046 "cwd": "[SLAVE_BUILD]", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 2152 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 2151 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 2153 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 2152 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 2154 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 2153 "@@@STEP_LOG_LINE@python.inline@@@@", | 2155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 2154 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 2156 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 2155 "@@@STEP_LOG_END@python.inline@@@", | 2157 "@@@STEP_LOG_END@python.inline@@@", |
| 2156 "@@@STEP_FAILURE@@@" | 2158 "@@@STEP_FAILURE@@@" |
| 2157 ] | 2159 ] |
| 2158 } | 2160 } |
| 2159 ] | 2161 ] |
| OLD | NEW |