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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "[BUILD]\\scripts\\slave\\compile.py", 213 "[BUILD]\\scripts\\slave\\compile.py",
214 "--target", 214 "--target",
215 "Debug_x64", 215 "Debug_x64",
216 "--src-dir", 216 "--src-dir",
217 "[SLAVE_BUILD]\\src", 217 "[SLAVE_BUILD]\\src",
218 "--build-tool", 218 "--build-tool",
219 "ninja", 219 "ninja",
220 "--compiler", 220 "--compiler",
221 "clang", 221 "clang",
222 "--", 222 "--",
223 "all", 223 "all"
224 "crash_service"
225 ], 224 ],
226 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
227 "name": "compile" 226 "name": "compile"
228 }, 227 },
229 { 228 {
230 "allow_subannotations": true, 229 "allow_subannotations": true,
231 "cmd": [ 230 "cmd": [
232 "python", 231 "python",
233 "-u", 232 "-u",
234 "[BUILD]\\scripts\\slave\\zip_build.py", 233 "[BUILD]\\scripts\\slave\\zip_build.py",
(...skipping 23 matching lines...) Expand all
258 "~followup_annotations": [ 257 "~followup_annotations": [
259 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" 258 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@"
260 ] 259 ]
261 }, 260 },
262 { 261 {
263 "name": "$result", 262 "name": "$result",
264 "recipe_result": null, 263 "recipe_result": null,
265 "status_code": 0 264 "status_code": 0
266 } 265 }
267 ] 266 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698