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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "[BUILD]\\scripts\\slave\\compile.py", | 221 "[BUILD]\\scripts\\slave\\compile.py", |
222 "--target", | 222 "--target", |
223 "Release", | 223 "Release", |
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 "--", | 230 "--", |
231 "all", | 231 "all" |
232 "crash_service" | |
233 ], | 232 ], |
234 "cwd": "[SLAVE_BUILD]", | 233 "cwd": "[SLAVE_BUILD]", |
235 "name": "compile" | 234 "name": "compile" |
236 }, | 235 }, |
237 { | 236 { |
238 "cmd": [ | 237 "cmd": [ |
239 "python", | 238 "python", |
240 "-u", | 239 "-u", |
241 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 240 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
242 "--build-dir", | 241 "--build-dir", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "~followup_annotations": [ | 301 "~followup_annotations": [ |
303 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" | 302 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" |
304 ] | 303 ] |
305 }, | 304 }, |
306 { | 305 { |
307 "name": "$result", | 306 "name": "$result", |
308 "recipe_result": null, | 307 "recipe_result": null, |
309 "status_code": 0 | 308 "status_code": 0 |
310 } | 309 } |
311 ] | 310 ] |
OLD | NEW |