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

Side by Side Diff: scripts/slave/recipes/swarming/canary.expected/mac_Debug.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--target", 172 "--target",
173 "Debug", 173 "Debug",
174 "--src-dir", 174 "--src-dir",
175 "[SLAVE_BUILD]/src", 175 "[SLAVE_BUILD]/src",
176 "--build-tool", 176 "--build-tool",
177 "ninja", 177 "ninja",
178 "--compiler", 178 "--compiler",
179 "goma-clang", 179 "goma-clang",
180 "--goma-dir", 180 "--goma-dir",
181 "[BUILD]/goma", 181 "[BUILD]/goma",
182 "--ninja-ensure-up-to-date",
182 "--", 183 "--",
183 "chromium_swarm_tests" 184 "chromium_swarm_tests"
184 ], 185 ],
185 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
186 "name": "compile" 187 "name": "compile"
187 }, 188 },
188 { 189 {
189 "cmd": [ 190 "cmd": [
190 "python", 191 "python",
191 "-u", 192 "-u",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "--print-status-updates", 447 "--print-status-updates",
447 "--verbose", 448 "--verbose",
448 "--shards", 449 "--shards",
449 "2", 450 "2",
450 "dummy_target_2/Mac/[dummy has/TestBuilder/571" 451 "dummy_target_2/Mac/[dummy has/TestBuilder/571"
451 ], 452 ],
452 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
453 "name": "dummy_target_2 on Mac" 454 "name": "dummy_target_2 on Mac"
454 } 455 }
455 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698