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

Side by Side Diff: scripts/slave/recipes/swarming/canary.expected/win_Release.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\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "--target", 152 "--target",
153 "Release", 153 "Release",
154 "--src-dir", 154 "--src-dir",
155 "[SLAVE_BUILD]\\src", 155 "[SLAVE_BUILD]\\src",
156 "--build-tool", 156 "--build-tool",
157 "ninja", 157 "ninja",
158 "--compiler", 158 "--compiler",
159 "goma", 159 "goma",
160 "--goma-dir", 160 "--goma-dir",
161 "[BUILD]\\goma", 161 "[BUILD]\\goma",
162 "--ninja-ensure-up-to-date",
162 "--", 163 "--",
163 "chromium_swarm_tests" 164 "chromium_swarm_tests"
164 ], 165 ],
165 "cwd": "[SLAVE_BUILD]", 166 "cwd": "[SLAVE_BUILD]",
166 "name": "compile" 167 "name": "compile"
167 }, 168 },
168 { 169 {
169 "cmd": [ 170 "cmd": [
170 "python", 171 "python",
171 "-u", 172 "-u",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "--print-status-updates", 427 "--print-status-updates",
427 "--verbose", 428 "--verbose",
428 "--shards", 429 "--shards",
429 "2", 430 "2",
430 "dummy_target_2/Windows/[dummy has/TestBuilder/571" 431 "dummy_target_2/Windows/[dummy has/TestBuilder/571"
431 ], 432 ],
432 "cwd": "[SLAVE_BUILD]", 433 "cwd": "[SLAVE_BUILD]",
433 "name": "dummy_target_2 on Windows" 434 "name": "dummy_target_2 on Windows"
434 } 435 }
435 ] 436 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698