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

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

Issue 1447453002: Add explicit compile targets to FYI Clang builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "-u", 220 "-u",
221 "[BUILD]\\scripts\\slave\\compile.py", 221 "[BUILD]\\scripts\\slave\\compile.py",
222 "--target", 222 "--target",
223 "Debug", 223 "Debug",
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",
232 "crash_service"
231 ], 233 ],
232 "cwd": "[SLAVE_BUILD]", 234 "cwd": "[SLAVE_BUILD]",
233 "name": "compile" 235 "name": "compile"
234 }, 236 },
235 { 237 {
236 "cmd": [ 238 "cmd": [
237 "python", 239 "python",
238 "-u", 240 "-u",
239 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 241 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
240 "--build-dir", 242 "--build-dir",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "~followup_annotations": [ 302 "~followup_annotations": [
301 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" 303 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@"
302 ] 304 ]
303 }, 305 },
304 { 306 {
305 "name": "$result", 307 "name": "$result",
306 "recipe_result": null, 308 "recipe_result": null,
307 "status_code": 0 309 "status_code": 0
308 } 310 }
309 ] 311 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698