| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "-u", | 224 "-u", |
| 225 "[BUILD]\\scripts\\slave\\compile.py", | 225 "[BUILD]\\scripts\\slave\\compile.py", |
| 226 "--target", | 226 "--target", |
| 227 "Release_x64", | 227 "Release_x64", |
| 228 "--src-dir", | 228 "--src-dir", |
| 229 "[SLAVE_BUILD]\\src", | 229 "[SLAVE_BUILD]\\src", |
| 230 "--build-tool", | 230 "--build-tool", |
| 231 "ninja", | 231 "ninja", |
| 232 "--compiler", | 232 "--compiler", |
| 233 "clang", | 233 "clang", |
| 234 "--" | 234 "--", |
| 235 "all", |
| 236 "crash_service" |
| 235 ], | 237 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| 237 "env": { | 239 "env": { |
| 238 "LLVM_FORCE_HEAD_REVISION": "YES" | 240 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 239 }, | 241 }, |
| 240 "name": "compile" | 242 "name": "compile" |
| 241 }, | 243 }, |
| 242 { | 244 { |
| 243 "cmd": [ | 245 "cmd": [ |
| 244 "python", | 246 "python", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 308 "@@@STEP_TEXT@CrWinClngLLD64dbg tester@@@" | 310 "@@@STEP_TEXT@CrWinClngLLD64dbg tester@@@" |
| 309 ] | 311 ] |
| 310 }, | 312 }, |
| 311 { | 313 { |
| 312 "name": "$result", | 314 "name": "$result", |
| 313 "recipe_result": null, | 315 "recipe_result": null, |
| 314 "status_code": 0 | 316 "status_code": 0 |
| 315 } | 317 } |
| 316 ] | 318 ] |
| OLD | NEW |