OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 { | 205 { |
206 "cmd": [ | 206 "cmd": [ |
207 "python", | 207 "python", |
208 "-u", | 208 "-u", |
209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
210 "runhooks" | 210 "runhooks" |
211 ], | 211 ], |
212 "cwd": "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src", | 212 "cwd": "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src", |
213 "env": { | 213 "env": { |
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
215 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' syzyasan=1 target_arch=ia32 test_isolation_mode=prep
are use_goma=1 win_z7=0", | 215 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' syzyasan=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 win_
z7=0", |
216 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 216 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
217 }, | 217 }, |
218 "name": "gclient runhooks" | 218 "name": "gclient runhooks" |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "python", | 222 "python", |
223 "-u", | 223 "-u", |
224 "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src\\testing\\scripts\\get_compile_t
argets.py", | 224 "[BUILDER_CACHE]\\Win_SyzyAsan__rel_\\src\\testing\\scripts\\get_compile_t
argets.py", |
225 "--output", | 225 "--output", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
317 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
318 ] | 318 ] |
319 }, | 319 }, |
320 { | 320 { |
321 "name": "$result", | 321 "name": "$result", |
322 "recipe_result": null, | 322 "recipe_result": null, |
323 "status_code": 0 | 323 "status_code": 0 |
324 } | 324 } |
325 ] | 325 ] |
OLD | NEW |