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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac", 10 "ClangToTMac",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "-u", 215 "-u",
216 "[BUILD]/scripts/slave/compile.py", 216 "[BUILD]/scripts/slave/compile.py",
217 "--target", 217 "--target",
218 "Release", 218 "Release",
219 "--src-dir", 219 "--src-dir",
220 "[SLAVE_BUILD]/src", 220 "[SLAVE_BUILD]/src",
221 "--build-tool", 221 "--build-tool",
222 "ninja", 222 "ninja",
223 "--compiler", 223 "--compiler",
224 "clang", 224 "clang",
225 "--" 225 "--",
226 "all"
226 ], 227 ],
227 "cwd": "[SLAVE_BUILD]", 228 "cwd": "[SLAVE_BUILD]",
228 "env": { 229 "env": {
229 "LLVM_FORCE_HEAD_REVISION": "YES" 230 "LLVM_FORCE_HEAD_REVISION": "YES"
230 }, 231 },
231 "name": "compile" 232 "name": "compile"
232 }, 233 },
233 { 234 {
234 "cmd": [ 235 "cmd": [
235 "python", 236 "python",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 331 ],
331 "cwd": "[SLAVE_BUILD]", 332 "cwd": "[SLAVE_BUILD]",
332 "name": "sizes" 333 "name": "sizes"
333 }, 334 },
334 { 335 {
335 "name": "$result", 336 "name": "$result",
336 "recipe_result": null, 337 "recipe_result": null,
337 "status_code": 0 338 "status_code": 0
338 } 339 }
339 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698