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

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

Issue 1455563003: chromium_tests: do not add crash_service to compile targets if they already contain "all" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 238 "all"
239 "crash_service"
240 ], 239 ],
241 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
242 "env": { 241 "env": {
243 "LLVM_FORCE_HEAD_REVISION": "YES" 242 "LLVM_FORCE_HEAD_REVISION": "YES"
244 }, 243 },
245 "name": "compile" 244 "name": "compile"
246 }, 245 },
247 { 246 {
248 "cmd": [ 247 "cmd": [
249 "python", 248 "python",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 ], 365 ],
367 "cwd": "[SLAVE_BUILD]", 366 "cwd": "[SLAVE_BUILD]",
368 "name": "process_dumps" 367 "name": "process_dumps"
369 }, 368 },
370 { 369 {
371 "name": "$result", 370 "name": "$result",
372 "recipe_result": null, 371 "recipe_result": null,
373 "status_code": 0 372 "status_code": 0
374 } 373 }
375 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698