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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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 "ClangToTAndroidASan", 10 "ClangToTAndroidASan",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "-u", 219 "-u",
220 "[BUILD]/scripts/slave/compile.py", 220 "[BUILD]/scripts/slave/compile.py",
221 "--target", 221 "--target",
222 "Debug", 222 "Debug",
223 "--src-dir", 223 "--src-dir",
224 "[SLAVE_BUILD]/src", 224 "[SLAVE_BUILD]/src",
225 "--build-tool", 225 "--build-tool",
226 "ninja", 226 "ninja",
227 "--compiler", 227 "--compiler",
228 "clang", 228 "clang",
229 "--" 229 "--",
230 "all"
230 ], 231 ],
231 "cwd": "[SLAVE_BUILD]", 232 "cwd": "[SLAVE_BUILD]",
232 "env": { 233 "env": {
233 "LLVM_FORCE_HEAD_REVISION": "YES", 234 "LLVM_FORCE_HEAD_REVISION": "YES",
234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 235 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
235 }, 236 },
236 "name": "compile" 237 "name": "compile"
237 }, 238 },
238 { 239 {
239 "allow_subannotations": true, 240 "allow_subannotations": true,
(...skipping 27 matching lines...) Expand all
267 "~followup_annotations": [ 268 "~followup_annotations": [
268 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" 269 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@"
269 ] 270 ]
270 }, 271 },
271 { 272 {
272 "name": "$result", 273 "name": "$result",
273 "recipe_result": null, 274 "recipe_result": null,
274 "status_code": 0 275 "status_code": 0
275 } 276 }
276 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698