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]\\Google_Chrome_Win\\src", | 218 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win\\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": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
use_goma=1", | 222 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\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]\\Google_Chrome_Win\\src\\testing\\scripts\\get_compile_ta
rgets.py", | 231 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\testing\\scripts\\get_compile_ta
rgets.py", |
232 "--output", | 232 "--output", |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
385 }, | 385 }, |
386 "name": "process_dumps" | 386 "name": "process_dumps" |
387 }, | 387 }, |
388 { | 388 { |
389 "name": "$result", | 389 "name": "$result", |
390 "recipe_result": null, | 390 "recipe_result": null, |
391 "status_code": 0 | 391 "status_code": 0 |
392 } | 392 } |
393 ] | 393 ] |
OLD | NEW |