| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "cmd": [ | 212 "cmd": [ |
| 213 "python", | 213 "python", |
| 214 "-u", | 214 "-u", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 216 "runhooks" | 216 "runhooks" |
| 217 ], | 217 ], |
| 218 "cwd": "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", | 218 "cwd": "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", |
| 219 "env": { | 219 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 221 "GYP_CHROMIUM_NO_ACTION": "1", | 221 "GYP_CHROMIUM_NO_ACTION": "1", |
| 222 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", | 222 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 use_goma=1", |
| 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 224 }, | 224 }, |
| 225 "name": "gclient runhooks" | 225 "name": "gclient runhooks" |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [ | 228 "cmd": [ |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src\\testing\\scripts\\get_compile_tar
gets.py", | 231 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src\\testing\\scripts\\get_compile_tar
gets.py", |
| 232 "--output", | 232 "--output", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 409 }, | 409 }, |
| 410 "name": "process_dumps" | 410 "name": "process_dumps" |
| 411 }, | 411 }, |
| 412 { | 412 { |
| 413 "name": "$result", | 413 "name": "$result", |
| 414 "recipe_result": null, | 414 "recipe_result": null, |
| 415 "status_code": 0 | 415 "status_code": 0 |
| 416 } | 416 } |
| 417 ] | 417 ] |
| OLD | NEW |