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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "[BUILD]\\scripts\\slave\\compile.py", 221 "[BUILD]\\scripts\\slave\\compile.py",
222 "--target", 222 "--target",
223 "Release", 223 "Release",
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 "--", 230 "--",
231 "all", 231 "all"
232 "crash_service"
233 ], 232 ],
234 "cwd": "[SLAVE_BUILD]", 233 "cwd": "[SLAVE_BUILD]",
235 "name": "compile" 234 "name": "compile"
236 }, 235 },
237 { 236 {
238 "cmd": [ 237 "cmd": [
239 "python", 238 "python",
240 "-u", 239 "-u",
241 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 240 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
242 "--build-dir", 241 "--build-dir",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "~followup_annotations": [ 301 "~followup_annotations": [
303 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" 302 "@@@STEP_TEXT@CrWinClang(shared) tester@@@"
304 ] 303 ]
305 }, 304 },
306 { 305 {
307 "name": "$result", 306 "name": "$result",
308 "recipe_result": null, 307 "recipe_result": null,
309 "status_code": 0 308 "status_code": 0
310 } 309 }
311 ] 310 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698