| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "-u", | 165 "-u", |
| 166 "[BUILD]/scripts/slave/compile.py", | 166 "[BUILD]/scripts/slave/compile.py", |
| 167 "--target", | 167 "--target", |
| 168 "Debug", | 168 "Debug", |
| 169 "--src-dir", | 169 "--src-dir", |
| 170 "[SLAVE_BUILD]/src", | 170 "[SLAVE_BUILD]/src", |
| 171 "--build-tool", | 171 "--build-tool", |
| 172 "ninja", | 172 "ninja", |
| 173 "--compiler", | 173 "--compiler", |
| 174 "clang", | 174 "clang", |
| 175 "--ninja-ensure-up-to-date", |
| 175 "--" | 176 "--" |
| 176 ], | 177 ], |
| 177 "cwd": "[SLAVE_BUILD]", | 178 "cwd": "[SLAVE_BUILD]", |
| 178 "env": { | 179 "env": { |
| 179 "LLVM_FORCE_HEAD_REVISION": "YES" | 180 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 180 }, | 181 }, |
| 181 "name": "compile" | 182 "name": "compile" |
| 182 }, | 183 }, |
| 183 { | 184 { |
| 184 "allow_subannotations": true, | 185 "allow_subannotations": true, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "[BUILD]/scripts/slave/chromium/sizes.py", | 227 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 227 "--target", | 228 "--target", |
| 228 "Debug", | 229 "Debug", |
| 229 "--platform", | 230 "--platform", |
| 230 "linux" | 231 "linux" |
| 231 ], | 232 ], |
| 232 "cwd": "[SLAVE_BUILD]", | 233 "cwd": "[SLAVE_BUILD]", |
| 233 "name": "sizes" | 234 "name": "sizes" |
| 234 } | 235 } |
| 235 ] | 236 ] |
| OLD | NEW |