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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json

Issue 1447453002: Add explicit compile targets to FYI Clang builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 1 month 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 | Annotate | Revision Log
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "-u", 212 "-u",
213 "[BUILD]\\scripts\\slave\\compile.py", 213 "[BUILD]\\scripts\\slave\\compile.py",
214 "--target", 214 "--target",
215 "Debug_x64", 215 "Debug_x64",
216 "--src-dir", 216 "--src-dir",
217 "[SLAVE_BUILD]\\src", 217 "[SLAVE_BUILD]\\src",
218 "--build-tool", 218 "--build-tool",
219 "ninja", 219 "ninja",
220 "--compiler", 220 "--compiler",
221 "clang", 221 "clang",
222 "--" 222 "--",
223 "all",
224 "crash_service"
223 ], 225 ],
224 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
225 "name": "compile" 227 "name": "compile"
226 }, 228 },
227 { 229 {
228 "allow_subannotations": true, 230 "allow_subannotations": true,
229 "cmd": [ 231 "cmd": [
230 "python", 232 "python",
231 "-u", 233 "-u",
232 "[BUILD]\\scripts\\slave\\zip_build.py", 234 "[BUILD]\\scripts\\slave\\zip_build.py",
(...skipping 23 matching lines...) Expand all
256 "~followup_annotations": [ 258 "~followup_annotations": [
257 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" 259 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@"
258 ] 260 ]
259 }, 261 },
260 { 262 {
261 "name": "$result", 263 "name": "$result",
262 "recipe_result": null, 264 "recipe_result": null,
263 "status_code": 0 265 "status_code": 0
264 } 266 }
265 ] 267 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698