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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "--src-dir", 224 "--src-dir",
225 "[SLAVE_BUILD]\\src", 225 "[SLAVE_BUILD]\\src",
226 "--build-tool", 226 "--build-tool",
227 "ninja", 227 "ninja",
228 "--compiler", 228 "--compiler",
229 "clang", 229 "clang",
230 "--mode", 230 "--mode",
231 "official", 231 "official",
232 "--clobber", 232 "--clobber",
233 "--", 233 "--",
234 "all", 234 "all"
235 "crash_service"
236 ], 235 ],
237 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
238 "name": "compile" 237 "name": "compile"
239 }, 238 },
240 { 239 {
241 "cmd": [ 240 "cmd": [
242 "python", 241 "python",
243 "-u", 242 "-u",
244 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 243 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
245 "--build-dir", 244 "--build-dir",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "~followup_annotations": [ 304 "~followup_annotations": [
306 "@@@STEP_TEXT@CrWinClang tester@@@" 305 "@@@STEP_TEXT@CrWinClang tester@@@"
307 ] 306 ]
308 }, 307 },
309 { 308 {
310 "name": "$result", 309 "name": "$result",
311 "recipe_result": null, 310 "recipe_result": null,
312 "status_code": 0 311 "status_code": 0
313 } 312 }
314 ] 313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698