| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 223 "all" |
| 224 "crash_service" | |
| 225 ], | 224 ], |
| 226 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "compile" | 226 "name": "compile" |
| 228 }, | 227 }, |
| 229 { | 228 { |
| 230 "allow_subannotations": true, | 229 "allow_subannotations": true, |
| 231 "cmd": [ | 230 "cmd": [ |
| 232 "python", | 231 "python", |
| 233 "-u", | 232 "-u", |
| 234 "[BUILD]\\scripts\\slave\\zip_build.py", | 233 "[BUILD]\\scripts\\slave\\zip_build.py", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 258 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 259 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" | 258 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" |
| 260 ] | 259 ] |
| 261 }, | 260 }, |
| 262 { | 261 { |
| 263 "name": "$result", | 262 "name": "$result", |
| 264 "recipe_result": null, | 263 "recipe_result": null, |
| 265 "status_code": 0 | 264 "status_code": 0 |
| 266 } | 265 } |
| 267 ] | 266 ] |
| OLD | NEW |