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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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 "Linux Builder", 10 "Linux Builder",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "--target", 182 "--target",
183 "Release", 183 "Release",
184 "--src-dir", 184 "--src-dir",
185 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
186 "--build-tool", 186 "--build-tool",
187 "ninja", 187 "ninja",
188 "--compiler", 188 "--compiler",
189 "goma", 189 "goma",
190 "--goma-dir", 190 "--goma-dir",
191 "[BUILD]/goma", 191 "[BUILD]/goma",
192 "--ninja-ensure-up-to-date",
192 "--", 193 "--",
193 "browser_tests", 194 "browser_tests",
194 "browser_tests_run", 195 "browser_tests_run",
195 "chromium_swarm_tests" 196 "chromium_swarm_tests"
196 ], 197 ],
197 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
198 "name": "compile" 199 "name": "compile"
199 }, 200 },
200 { 201 {
201 "cmd": [ 202 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 248 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
248 "--factory-properties", 249 "--factory-properties",
249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
250 "--build-properties", 251 "--build-properties",
251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
252 ], 253 ],
253 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
254 "name": "package build" 255 "name": "package build"
255 } 256 }
256 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698