| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "cmd": [ | 193 "cmd": [ |
| 194 "python", | 194 "python", |
| 195 "-u", | 195 "-u", |
| 196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 197 "runhooks" | 197 "runhooks" |
| 198 ], | 198 ], |
| 199 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src", | 199 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src", |
| 200 "env": { | 200 "env": { |
| 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 202 "GYP_CHROMIUM_NO_ACTION": "1", | 202 "GYP_CHROMIUM_NO_ACTION": "1", |
| 203 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", | 203 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", |
| 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 205 }, | 205 }, |
| 206 "name": "gclient runhooks" | 206 "name": "gclient runhooks" |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\scripts\\get_compile_t
argets.py", | 212 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\scripts\\get_compile_t
argets.py", |
| 213 "--output", | 213 "--output", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 397 }, | 397 }, |
| 398 "name": "process_dumps" | 398 "name": "process_dumps" |
| 399 }, | 399 }, |
| 400 { | 400 { |
| 401 "name": "$result", | 401 "name": "$result", |
| 402 "recipe_result": null, | 402 "recipe_result": null, |
| 403 "status_code": 0 | 403 "status_code": 0 |
| 404 } | 404 } |
| 405 ] | 405 ] |
| OLD | NEW |