Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/gpu_tests.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698