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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "Release_x64", | 223 "Release_x64", |
224 "--src-dir", | 224 "--src-dir", |
225 "[SLAVE_BUILD]\\src", | 225 "[SLAVE_BUILD]\\src", |
226 "--build-tool", | 226 "--build-tool", |
227 "ninja", | 227 "ninja", |
228 "--compiler", | 228 "--compiler", |
229 "clang", | 229 "clang", |
230 "--mode", | 230 "--mode", |
231 "official", | 231 "official", |
232 "--clobber", | 232 "--clobber", |
233 "--" | 233 "--", |
| 234 "all", |
| 235 "crash_service" |
234 ], | 236 ], |
235 "cwd": "[SLAVE_BUILD]", | 237 "cwd": "[SLAVE_BUILD]", |
236 "name": "compile" | 238 "name": "compile" |
237 }, | 239 }, |
238 { | 240 { |
239 "cmd": [ | 241 "cmd": [ |
240 "python", | 242 "python", |
241 "-u", | 243 "-u", |
242 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 244 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
243 "--build-dir", | 245 "--build-dir", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 "~followup_annotations": [ | 305 "~followup_annotations": [ |
304 "@@@STEP_TEXT@CrWinClang64 tester@@@" | 306 "@@@STEP_TEXT@CrWinClang64 tester@@@" |
305 ] | 307 ] |
306 }, | 308 }, |
307 { | 309 { |
308 "name": "$result", | 310 "name": "$result", |
309 "recipe_result": null, | 311 "recipe_result": null, |
310 "status_code": 0 | 312 "status_code": 0 |
311 } | 313 } |
312 ] | 314 ] |
OLD | NEW |