OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |