| 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 "ClangToTLinuxASan", | 10 "ClangToTLinuxASan", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "-u", | 188 "-u", |
| 189 "[BUILD]/scripts/slave/compile.py", | 189 "[BUILD]/scripts/slave/compile.py", |
| 190 "--target", | 190 "--target", |
| 191 "Release", | 191 "Release", |
| 192 "--src-dir", | 192 "--src-dir", |
| 193 "[SLAVE_BUILD]/src", | 193 "[SLAVE_BUILD]/src", |
| 194 "--build-tool", | 194 "--build-tool", |
| 195 "ninja", | 195 "ninja", |
| 196 "--compiler", | 196 "--compiler", |
| 197 "clang", | 197 "clang", |
| 198 "--ninja-ensure-up-to-date", |
| 198 "--" | 199 "--" |
| 199 ], | 200 ], |
| 200 "cwd": "[SLAVE_BUILD]", | 201 "cwd": "[SLAVE_BUILD]", |
| 201 "env": { | 202 "env": { |
| 202 "LLVM_FORCE_HEAD_REVISION": "YES" | 203 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 203 }, | 204 }, |
| 204 "name": "compile" | 205 "name": "compile" |
| 205 }, | 206 }, |
| 206 { | 207 { |
| 207 "cmd": [ | 208 "cmd": [ |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "[BUILD]/scripts/slave/chromium/sizes.py", | 286 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 286 "--target", | 287 "--target", |
| 287 "Release", | 288 "Release", |
| 288 "--platform", | 289 "--platform", |
| 289 "linux" | 290 "linux" |
| 290 ], | 291 ], |
| 291 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 292 "name": "sizes" | 293 "name": "sizes" |
| 293 } | 294 } |
| 294 ] | 295 ] |
| OLD | NEW |