| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "-u", | 212 "-u", |
| 213 "[BUILD]\\scripts\\slave\\compile.py", | 213 "[BUILD]\\scripts\\slave\\compile.py", |
| 214 "--target", | 214 "--target", |
| 215 "Debug_x64", | 215 "Debug_x64", |
| 216 "--src-dir", | 216 "--src-dir", |
| 217 "[SLAVE_BUILD]\\src", | 217 "[SLAVE_BUILD]\\src", |
| 218 "--build-tool", | 218 "--build-tool", |
| 219 "ninja", | 219 "ninja", |
| 220 "--compiler", | 220 "--compiler", |
| 221 "clang", | 221 "clang", |
| 222 "--" | 222 "--", |
| 223 "all", |
| 224 "crash_service" |
| 223 ], | 225 ], |
| 224 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
| 225 "name": "compile" | 227 "name": "compile" |
| 226 }, | 228 }, |
| 227 { | 229 { |
| 228 "allow_subannotations": true, | 230 "allow_subannotations": true, |
| 229 "cmd": [ | 231 "cmd": [ |
| 230 "python", | 232 "python", |
| 231 "-u", | 233 "-u", |
| 232 "[BUILD]\\scripts\\slave\\zip_build.py", | 234 "[BUILD]\\scripts\\slave\\zip_build.py", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 256 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 257 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" | 259 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" |
| 258 ] | 260 ] |
| 259 }, | 261 }, |
| 260 { | 262 { |
| 261 "name": "$result", | 263 "name": "$result", |
| 262 "recipe_result": null, | 264 "recipe_result": null, |
| 263 "status_code": 0 | 265 "status_code": 0 |
| 264 } | 266 } |
| 265 ] | 267 ] |
| OLD | NEW |