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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 "cmd": [ | 188 "cmd": [ |
189 "python", | 189 "python", |
190 "-u", | 190 "-u", |
191 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 191 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
192 "runhooks" | 192 "runhooks" |
193 ], | 193 ], |
194 "cwd": "[SLAVE_BUILD]\\src", | 194 "cwd": "[SLAVE_BUILD]\\src", |
195 "env": { | 195 "env": { |
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
197 "GYP_CHROMIUM_NO_ACTION": "1", | 197 "GYP_CHROMIUM_NO_ACTION": "1", |
198 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 198 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
200 }, | 200 }, |
201 "name": "gclient runhooks (with patch)" | 201 "name": "gclient runhooks (with patch)" |
202 }, | 202 }, |
203 { | 203 { |
204 "cmd": [ | 204 "cmd": [ |
205 "python", | 205 "python", |
206 "-u", | 206 "-u", |
207 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 207 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
208 "--output", | 208 "--output", |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
555 }, | 555 }, |
556 "name": "process_dumps" | 556 "name": "process_dumps" |
557 }, | 557 }, |
558 { | 558 { |
559 "name": "$result", | 559 "name": "$result", |
560 "recipe_result": null, | 560 "recipe_result": null, |
561 "status_code": 0 | 561 "status_code": 0 |
562 } | 562 } |
563 ] | 563 ] |
OLD | NEW |