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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__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/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 "ClangToTLinux (dbg)", 10 "ClangToTLinux (dbg)",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "-u", 192 "-u",
193 "[BUILD]/scripts/slave/compile.py", 193 "[BUILD]/scripts/slave/compile.py",
194 "--target", 194 "--target",
195 "Debug", 195 "Debug",
196 "--src-dir", 196 "--src-dir",
197 "[SLAVE_BUILD]/src", 197 "[SLAVE_BUILD]/src",
198 "--build-tool", 198 "--build-tool",
199 "ninja", 199 "ninja",
200 "--compiler", 200 "--compiler",
201 "clang", 201 "clang",
202 "--" 202 "--",
203 "all"
203 ], 204 ],
204 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
205 "env": { 206 "env": {
206 "LLVM_FORCE_HEAD_REVISION": "YES" 207 "LLVM_FORCE_HEAD_REVISION": "YES"
207 }, 208 },
208 "name": "compile" 209 "name": "compile"
209 }, 210 },
210 { 211 {
211 "allow_subannotations": true, 212 "allow_subannotations": true,
212 "cmd": [ 213 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ], 259 ],
259 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
260 "name": "sizes" 261 "name": "sizes"
261 }, 262 },
262 { 263 {
263 "name": "$result", 264 "name": "$result",
264 "recipe_result": null, 265 "recipe_result": null,
265 "status_code": 0 266 "status_code": 0
266 } 267 }
267 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698