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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 { | 138 { |
139 "cmd": [ | 139 "cmd": [ |
140 "python", | 140 "python", |
141 "-u", | 141 "-u", |
142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
143 "runhooks" | 143 "runhooks" |
144 ], | 144 ], |
145 "cwd": "[BUILDER_CACHE]\\Win_Clang_Perf\\src", | 145 "cwd": "[BUILDER_CACHE]\\Win_Clang_Perf\\src", |
146 "env": { | 146 "env": { |
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
148 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='RECIPE_PACKAGE_REPO[build]\\goma' targ
et_arch=ia32 use_goma=0", | 148 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='RECIPE_PACKAGE_REPO[build]\\goma' target_arch=ia32 use_go
ma=0", |
149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
150 }, | 150 }, |
151 "name": "gclient runhooks" | 151 "name": "gclient runhooks" |
152 }, | 152 }, |
153 { | 153 { |
154 "cmd": [ | 154 "cmd": [ |
155 "python", | 155 "python", |
156 "-u", | 156 "-u", |
157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
158 "--show-path", | 158 "--show-path", |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
456 }, | 456 }, |
457 "name": "process_dumps" | 457 "name": "process_dumps" |
458 }, | 458 }, |
459 { | 459 { |
460 "name": "$result", | 460 "name": "$result", |
461 "recipe_result": null, | 461 "recipe_result": null, |
462 "status_code": 0 | 462 "status_code": 0 |
463 } | 463 } |
464 ] | 464 ] |
OLD | NEW |