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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "cmd": [ | 211 "cmd": [ |
212 "python", | 212 "python", |
213 "-u", | 213 "-u", |
214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
215 "runhooks" | 215 "runhooks" |
216 ], | 216 ], |
217 "cwd": "[BUILDER_CACHE]\\win_layout\\src", | 217 "cwd": "[BUILDER_CACHE]\\win_layout\\src", |
218 "env": { | 218 "env": { |
219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
220 "GYP_CHROMIUM_NO_ACTION": "1", | 220 "GYP_CHROMIUM_NO_ACTION": "1", |
221 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m
ode=prepare use_goma=1", | 221 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", |
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
223 }, | 223 }, |
224 "name": "gclient runhooks (with patch)" | 224 "name": "gclient runhooks (with patch)" |
225 }, | 225 }, |
226 { | 226 { |
227 "cmd": [ | 227 "cmd": [ |
228 "python", | 228 "python", |
229 "-u", | 229 "-u", |
230 "[BUILDER_CACHE]\\win_layout\\src\\testing\\scripts\\get_compile_targets.p
y", | 230 "[BUILDER_CACHE]\\win_layout\\src\\testing\\scripts\\get_compile_targets.p
y", |
231 "--output", | 231 "--output", |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
493 }, | 493 }, |
494 "name": "process_dumps" | 494 "name": "process_dumps" |
495 }, | 495 }, |
496 { | 496 { |
497 "name": "$result", | 497 "name": "$result", |
498 "recipe_result": null, | 498 "recipe_result": null, |
499 "status_code": 0 | 499 "status_code": 0 |
500 } | 500 } |
501 ] | 501 ] |
OLD | NEW |