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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "[BUILD]\\scripts\\slave\\compile.py", 225 "[BUILD]\\scripts\\slave\\compile.py",
226 "--target", 226 "--target",
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 "--", 234 "--",
235 "all", 235 "all"
236 "crash_service"
237 ], 236 ],
238 "cwd": "[SLAVE_BUILD]", 237 "cwd": "[SLAVE_BUILD]",
239 "env": { 238 "env": {
240 "LLVM_FORCE_HEAD_REVISION": "YES" 239 "LLVM_FORCE_HEAD_REVISION": "YES"
241 }, 240 },
242 "name": "compile" 241 "name": "compile"
243 }, 242 },
244 { 243 {
245 "cmd": [ 244 "cmd": [
246 "python", 245 "python",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "~followup_annotations": [ 308 "~followup_annotations": [
310 "@@@STEP_TEXT@CrWinClangLLD tester@@@" 309 "@@@STEP_TEXT@CrWinClangLLD tester@@@"
311 ] 310 ]
312 }, 311 },
313 { 312 {
314 "name": "$result", 313 "name": "$result",
315 "recipe_result": null, 314 "recipe_result": null,
316 "status_code": 0 315 "status_code": 0
317 } 316 }
318 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698