| 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 "mac_blink_rel", | 10 "mac_blink_rel", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "--src-dir", | 139 "--src-dir", |
| 140 "[SLAVE_BUILD]/src", | 140 "[SLAVE_BUILD]/src", |
| 141 "--build-tool", | 141 "--build-tool", |
| 142 "ninja", | 142 "ninja", |
| 143 "--compiler", | 143 "--compiler", |
| 144 "goma-clang", | 144 "goma-clang", |
| 145 "--goma-dir", | 145 "--goma-dir", |
| 146 "[BUILD]/goma", | 146 "[BUILD]/goma", |
| 147 "--goma-fail-fast", | 147 "--goma-fail-fast", |
| 148 "--goma-disable-local-fallback", | 148 "--goma-disable-local-fallback", |
| 149 "--ninja-ensure-up-to-date", |
| 149 "--", | 150 "--", |
| 150 "angle_unittests_run", | 151 "angle_unittests_run", |
| 151 "blink_tests", | 152 "blink_tests", |
| 152 "chrome", | 153 "chrome", |
| 153 "content_gl_tests_run", | 154 "content_gl_tests_run", |
| 154 "gl_tests_run", | 155 "gl_tests_run", |
| 155 "tab_capture_end2end_tests_run", | 156 "tab_capture_end2end_tests_run", |
| 156 "telemetry_gpu_test_run" | 157 "telemetry_gpu_test_run" |
| 157 ], | 158 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| (...skipping 3543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3702 "--src-dir", | 3703 "--src-dir", |
| 3703 "[SLAVE_BUILD]/src", | 3704 "[SLAVE_BUILD]/src", |
| 3704 "--build-tool", | 3705 "--build-tool", |
| 3705 "ninja", | 3706 "ninja", |
| 3706 "--compiler", | 3707 "--compiler", |
| 3707 "goma-clang", | 3708 "goma-clang", |
| 3708 "--goma-dir", | 3709 "--goma-dir", |
| 3709 "[BUILD]/goma", | 3710 "[BUILD]/goma", |
| 3710 "--goma-fail-fast", | 3711 "--goma-fail-fast", |
| 3711 "--goma-disable-local-fallback", | 3712 "--goma-disable-local-fallback", |
| 3713 "--ninja-ensure-up-to-date", |
| 3712 "--", | 3714 "--", |
| 3713 "angle_unittests_run", | 3715 "angle_unittests_run", |
| 3714 "blink_tests", | 3716 "blink_tests", |
| 3715 "chrome", | 3717 "chrome", |
| 3716 "content_gl_tests_run", | 3718 "content_gl_tests_run", |
| 3717 "gl_tests_run", | 3719 "gl_tests_run", |
| 3718 "tab_capture_end2end_tests_run", | 3720 "tab_capture_end2end_tests_run", |
| 3719 "telemetry_gpu_test_run" | 3721 "telemetry_gpu_test_run" |
| 3720 ], | 3722 ], |
| 3721 "cwd": "[SLAVE_BUILD]", | 3723 "cwd": "[SLAVE_BUILD]", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3911 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 3913 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 3912 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 3914 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 3913 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 3915 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 3914 "@@@STEP_LOG_LINE@python.inline@@@@", | 3916 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 3915 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 3917 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 3916 "@@@STEP_LOG_END@python.inline@@@", | 3918 "@@@STEP_LOG_END@python.inline@@@", |
| 3917 "@@@STEP_WARNINGS@@@" | 3919 "@@@STEP_WARNINGS@@@" |
| 3918 ] | 3920 ] |
| 3919 } | 3921 } |
| 3920 ] | 3922 ] |
| OLD | NEW |