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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "Release_x64", 223 "Release_x64",
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",
235 "crash_service"
234 ], 236 ],
235 "cwd": "[SLAVE_BUILD]", 237 "cwd": "[SLAVE_BUILD]",
236 "name": "compile" 238 "name": "compile"
237 }, 239 },
238 { 240 {
239 "cmd": [ 241 "cmd": [
240 "python", 242 "python",
241 "-u", 243 "-u",
242 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 244 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
243 "--build-dir", 245 "--build-dir",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "~followup_annotations": [ 305 "~followup_annotations": [
304 "@@@STEP_TEXT@CrWinClang64 tester@@@" 306 "@@@STEP_TEXT@CrWinClang64 tester@@@"
305 ] 307 ]
306 }, 308 },
307 { 309 {
308 "name": "$result", 310 "name": "$result",
309 "recipe_result": null, 311 "recipe_result": null,
310 "status_code": 0 312 "status_code": 0
311 } 313 }
312 ] 314 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698