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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder__dbg_.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder (dbg)", 10 "Linux Builder (dbg)",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "--target", 167 "--target",
168 "Debug", 168 "Debug",
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "goma", 174 "goma",
175 "--goma-dir", 175 "--goma-dir",
176 "[BUILD]/goma", 176 "[BUILD]/goma",
177 "--ninja-ensure-up-to-date",
177 "--", 178 "--",
178 "browser_tests", 179 "browser_tests",
179 "browser_tests_run" 180 "browser_tests_run"
180 ], 181 ],
181 "cwd": "[SLAVE_BUILD]", 182 "cwd": "[SLAVE_BUILD]",
182 "name": "compile" 183 "name": "compile"
183 }, 184 },
184 { 185 {
185 "cmd": [ 186 "cmd": [
186 "python", 187 "python",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 251 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
251 "--factory-properties", 252 "--factory-properties",
252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
253 "--build-properties", 254 "--build-properties",
254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
255 ], 256 ],
256 "cwd": "[SLAVE_BUILD]", 257 "cwd": "[SLAVE_BUILD]",
257 "name": "package build" 258 "name": "package build"
258 } 259 }
259 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698