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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/compile_because_of_analyze.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_trusty_rel", 10 "linux_chromium_trusty_rel",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--src-dir", 213 "--src-dir",
214 "[SLAVE_BUILD]/src", 214 "[SLAVE_BUILD]/src",
215 "--build-tool", 215 "--build-tool",
216 "ninja", 216 "ninja",
217 "--compiler", 217 "--compiler",
218 "goma", 218 "goma",
219 "--goma-dir", 219 "--goma-dir",
220 "[BUILD]/goma", 220 "[BUILD]/goma",
221 "--goma-fail-fast", 221 "--goma-fail-fast",
222 "--goma-disable-local-fallback", 222 "--goma-disable-local-fallback",
223 "--ninja-ensure-up-to-date",
223 "--", 224 "--",
224 "foo" 225 "foo"
225 ], 226 ],
226 "cwd": "[SLAVE_BUILD]", 227 "cwd": "[SLAVE_BUILD]",
227 "name": "compile (with patch)" 228 "name": "compile (with patch)"
228 }, 229 },
229 { 230 {
230 "cmd": [ 231 "cmd": [
231 "python", 232 "python",
232 "-u", 233 "-u",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "cwd": "[SLAVE_BUILD]", 295 "cwd": "[SLAVE_BUILD]",
295 "name": "nacl_integration (with patch)", 296 "name": "nacl_integration (with patch)",
296 "~followup_annotations": [ 297 "~followup_annotations": [
297 "@@@STEP_LOG_LINE@json.output@{@@@", 298 "@@@STEP_LOG_LINE@json.output@{@@@",
298 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 299 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
299 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 300 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
300 "@@@STEP_LOG_LINE@json.output@}@@@", 301 "@@@STEP_LOG_LINE@json.output@}@@@",
301 "@@@STEP_LOG_END@json.output@@@" 302 "@@@STEP_LOG_END@json.output@@@"
302 ] 303 ]
303 } 304 }
304 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698