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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "--src-dir", 223 "--src-dir",
224 "[SLAVE_BUILD]/src", 224 "[SLAVE_BUILD]/src",
225 "--build-tool", 225 "--build-tool",
226 "ninja", 226 "ninja",
227 "--compiler", 227 "--compiler",
228 "goma", 228 "goma",
229 "--goma-dir", 229 "--goma-dir",
230 "[BUILD]/goma", 230 "[BUILD]/goma",
231 "--goma-fail-fast", 231 "--goma-fail-fast",
232 "--goma-disable-local-fallback", 232 "--goma-disable-local-fallback",
233 "--ninja-ensure-up-to-date",
233 "--", 234 "--",
234 "all", 235 "all",
235 "base_unittests", 236 "base_unittests",
236 "browser_tests" 237 "browser_tests"
237 ], 238 ],
238 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
239 "name": "compile (with patch)" 240 "name": "compile (with patch)"
240 }, 241 },
241 { 242 {
242 "cmd": [ 243 "cmd": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "cwd": "[SLAVE_BUILD]", 359 "cwd": "[SLAVE_BUILD]",
359 "name": "nacl_integration (with patch)", 360 "name": "nacl_integration (with patch)",
360 "~followup_annotations": [ 361 "~followup_annotations": [
361 "@@@STEP_LOG_LINE@json.output@{@@@", 362 "@@@STEP_LOG_LINE@json.output@{@@@",
362 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 363 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
363 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 364 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
364 "@@@STEP_LOG_LINE@json.output@}@@@", 365 "@@@STEP_LOG_LINE@json.output@}@@@",
365 "@@@STEP_LOG_END@json.output@@@" 366 "@@@STEP_LOG_END@json.output@@@"
366 ] 367 ]
367 } 368 }
368 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698