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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/use_v8_patch_on_blink_trybot.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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]/src", 142 "[SLAVE_BUILD]/src",
143 "--build-tool", 143 "--build-tool",
144 "ninja", 144 "ninja",
145 "--compiler", 145 "--compiler",
146 "goma-clang", 146 "goma-clang",
147 "--goma-dir", 147 "--goma-dir",
148 "[BUILD]/goma", 148 "[BUILD]/goma",
149 "--goma-fail-fast", 149 "--goma-fail-fast",
150 "--goma-disable-local-fallback", 150 "--goma-disable-local-fallback",
151 "--ninja-ensure-up-to-date",
151 "--", 152 "--",
152 "angle_unittests_run", 153 "angle_unittests_run",
153 "blink_tests", 154 "blink_tests",
154 "chrome", 155 "chrome",
155 "content_gl_tests_run", 156 "content_gl_tests_run",
156 "gl_tests_run", 157 "gl_tests_run",
157 "tab_capture_end2end_tests_run", 158 "tab_capture_end2end_tests_run",
158 "telemetry_gpu_test_run" 159 "telemetry_gpu_test_run"
159 ], 160 ],
160 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
(...skipping 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after
3573 "--decorate", 3574 "--decorate",
3574 "--print-status-updates", 3575 "--print-status-updates",
3575 "--shards", 3576 "--shards",
3576 "1", 3577 "1",
3577 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_blink_rel/571" 3578 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_blink_rel/571"
3578 ], 3579 ],
3579 "cwd": "[SLAVE_BUILD]", 3580 "cwd": "[SLAVE_BUILD]",
3580 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3581 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3581 } 3582 }
3582 ] 3583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698