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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "Release", 227 "Release",
228 "--src-dir", 228 "--src-dir",
229 "[SLAVE_BUILD]\\src", 229 "[SLAVE_BUILD]\\src",
230 "--build-tool", 230 "--build-tool",
231 "ninja", 231 "ninja",
232 "--compiler", 232 "--compiler",
233 "clang", 233 "clang",
234 "--mode", 234 "--mode",
235 "official", 235 "official",
236 "--clobber", 236 "--clobber",
237 "--" 237 "--",
238 "all",
239 "crash_service"
238 ], 240 ],
239 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
240 "env": { 242 "env": {
241 "LLVM_FORCE_HEAD_REVISION": "YES" 243 "LLVM_FORCE_HEAD_REVISION": "YES"
242 }, 244 },
243 "name": "compile" 245 "name": "compile"
244 }, 246 },
245 { 247 {
246 "cmd": [ 248 "cmd": [
247 "python", 249 "python",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 366 ],
365 "cwd": "[SLAVE_BUILD]", 367 "cwd": "[SLAVE_BUILD]",
366 "name": "process_dumps" 368 "name": "process_dumps"
367 }, 369 },
368 { 370 {
369 "name": "$result", 371 "name": "$result",
370 "recipe_result": null, 372 "recipe_result": null,
371 "status_code": 0 373 "status_code": 0
372 } 374 }
373 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698