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_ClangToTWin64_dll_.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "-u", 224 "-u",
225 "[BUILD]\\scripts\\slave\\compile.py", 225 "[BUILD]\\scripts\\slave\\compile.py",
226 "--target", 226 "--target",
227 "Release_x64", 227 "Release_x64",
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 "--" 234 "--",
235 "all",
236 "crash_service"
235 ], 237 ],
236 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
237 "env": { 239 "env": {
238 "LLVM_FORCE_HEAD_REVISION": "YES" 240 "LLVM_FORCE_HEAD_REVISION": "YES"
239 }, 241 },
240 "name": "compile" 242 "name": "compile"
241 }, 243 },
242 { 244 {
243 "cmd": [ 245 "cmd": [
244 "python", 246 "python",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 363 ],
362 "cwd": "[SLAVE_BUILD]", 364 "cwd": "[SLAVE_BUILD]",
363 "name": "process_dumps" 365 "name": "process_dumps"
364 }, 366 },
365 { 367 {
366 "name": "$result", 368 "name": "$result",
367 "recipe_result": null, 369 "recipe_result": null,
368 "status_code": 0 370 "status_code": 0
369 } 371 }
370 ] 372 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698