| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 235 "all" |
| 236 "crash_service" | |
| 237 ], | 236 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 237 "cwd": "[SLAVE_BUILD]", |
| 239 "env": { | 238 "env": { |
| 240 "LLVM_FORCE_HEAD_REVISION": "YES" | 239 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 241 }, | 240 }, |
| 242 "name": "compile" | 241 "name": "compile" |
| 243 }, | 242 }, |
| 244 { | 243 { |
| 245 "cmd": [ | 244 "cmd": [ |
| 246 "python", | 245 "python", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| 310 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" | 309 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" |
| 311 ] | 310 ] |
| 312 }, | 311 }, |
| 313 { | 312 { |
| 314 "name": "$result", | 313 "name": "$result", |
| 315 "recipe_result": null, | 314 "recipe_result": null, |
| 316 "status_code": 0 | 315 "status_code": 0 |
| 317 } | 316 } |
| 318 ] | 317 ] |
| OLD | NEW |