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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac_Builder.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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "--target", 202 "--target",
203 "Release", 203 "Release",
204 "--src-dir", 204 "--src-dir",
205 "[SLAVE_BUILD]/src", 205 "[SLAVE_BUILD]/src",
206 "--build-tool", 206 "--build-tool",
207 "ninja", 207 "ninja",
208 "--compiler", 208 "--compiler",
209 "goma-clang", 209 "goma-clang",
210 "--goma-dir", 210 "--goma-dir",
211 "[BUILD]/goma", 211 "[BUILD]/goma",
212 "--ninja-ensure-up-to-date",
212 "--", 213 "--",
213 "browser_tests", 214 "browser_tests",
214 "browser_tests_run", 215 "browser_tests_run",
215 "chromium_builder_tests" 216 "chromium_builder_tests"
216 ], 217 ],
217 "cwd": "[SLAVE_BUILD]", 218 "cwd": "[SLAVE_BUILD]",
218 "name": "compile" 219 "name": "compile"
219 }, 220 },
220 { 221 {
221 "cmd": [ 222 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 268 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
268 "--factory-properties", 269 "--factory-properties",
269 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 270 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
270 "--build-properties", 271 "--build-properties",
271 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 272 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
272 ], 273 ],
273 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
274 "name": "package build" 275 "name": "package build"
275 } 276 }
276 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698