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 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 ] |
OLD | NEW |