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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "-u", 185 "-u",
186 "[BUILD]\\scripts\\slave\\compile.py", 186 "[BUILD]\\scripts\\slave\\compile.py",
187 "--target", 187 "--target",
188 "Debug_x64", 188 "Debug_x64",
189 "--src-dir", 189 "--src-dir",
190 "[SLAVE_BUILD]\\src", 190 "[SLAVE_BUILD]\\src",
191 "--build-tool", 191 "--build-tool",
192 "ninja", 192 "ninja",
193 "--compiler", 193 "--compiler",
194 "clang", 194 "clang",
195 "--ninja-ensure-up-to-date",
195 "--" 196 "--"
196 ], 197 ],
197 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
198 "name": "compile" 199 "name": "compile"
199 }, 200 },
200 { 201 {
201 "allow_subannotations": true, 202 "allow_subannotations": true,
202 "cmd": [ 203 "cmd": [
203 "python", 204 "python",
204 "-u", 205 "-u",
205 "[BUILD]\\scripts\\slave\\zip_build.py", 206 "[BUILD]\\scripts\\slave\\zip_build.py",
206 "--target", 207 "--target",
207 "Debug_x64", 208 "Debug_x64",
208 "--build-url", 209 "--build-url",
209 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)", 210 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)",
210 "--build_revision", 211 "--build_revision",
211 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 212 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
212 "--factory-properties", 213 "--factory-properties",
213 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 214 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
214 "--build-properties", 215 "--build-properties",
215 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 216 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
216 ], 217 ],
217 "cwd": "[SLAVE_BUILD]", 218 "cwd": "[SLAVE_BUILD]",
218 "name": "package build" 219 "name": "package build"
219 } 220 }
220 ] 221 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698