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

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

Powered by Google App Engine
This is Rietveld 408576698