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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 { | 216 { |
217 "cmd": [ | 217 "cmd": [ |
218 "python", | 218 "python", |
219 "-u", | 219 "-u", |
220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
221 "runhooks" | 221 "runhooks" |
222 ], | 222 ], |
223 "cwd": "[BUILDER_CACHE]\\Win7_Tests__1_\\src", | 223 "cwd": "[BUILDER_CACHE]\\Win7_Tests__1_\\src", |
224 "env": { | 224 "env": { |
225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
226 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", | 226 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
227 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 227 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
228 }, | 228 }, |
229 "name": "gclient runhooks" | 229 "name": "gclient runhooks" |
230 }, | 230 }, |
231 { | 231 { |
232 "cmd": [ | 232 "cmd": [ |
233 "python", | 233 "python", |
234 "-u", | 234 "-u", |
235 "[BUILDER_CACHE]\\Win7_Tests__1_\\src\\testing\\scripts\\get_compile_targe
ts.py", | 235 "[BUILDER_CACHE]\\Win7_Tests__1_\\src\\testing\\scripts\\get_compile_targe
ts.py", |
236 "--output", | 236 "--output", |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
530 }, | 530 }, |
531 "name": "process_dumps" | 531 "name": "process_dumps" |
532 }, | 532 }, |
533 { | 533 { |
534 "name": "$result", | 534 "name": "$result", |
535 "recipe_result": null, | 535 "recipe_result": null, |
536 "status_code": 0 | 536 "status_code": 0 |
537 } | 537 } |
538 ] | 538 ] |
OLD | NEW |