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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 "cmd": [ | 217 "cmd": [ |
218 "python", | 218 "python", |
219 "-u", | 219 "-u", |
220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
221 "runhooks" | 221 "runhooks" |
222 ], | 222 ], |
223 "cwd": "[BUILDER_CACHE]\\win_archive\\src", | 223 "cwd": "[BUILDER_CACHE]\\win_archive\\src", |
224 "env": { | 224 "env": { |
225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
226 "GYP_CHROMIUM_NO_ACTION": "1", | 226 "GYP_CHROMIUM_NO_ACTION": "1", |
227 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=
ia32 test_isolation_mode=noop use_goma=1", | 227 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=ia32 test_isolation
_mode=noop use_goma=1", |
228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
229 }, | 229 }, |
230 "name": "gclient runhooks (with patch)" | 230 "name": "gclient runhooks (with patch)" |
231 }, | 231 }, |
232 { | 232 { |
233 "cmd": [ | 233 "cmd": [ |
234 "python", | 234 "python", |
235 "-u", | 235 "-u", |
236 "[BUILDER_CACHE]\\win_archive\\src\\testing\\scripts\\get_compile_targets.
py", | 236 "[BUILDER_CACHE]\\win_archive\\src\\testing\\scripts\\get_compile_targets.
py", |
237 "--output", | 237 "--output", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 "import sys; sys.exit(0)" | 421 "import sys; sys.exit(0)" |
422 ], | 422 ], |
423 "name": "mark: before_tests" | 423 "name": "mark: before_tests" |
424 }, | 424 }, |
425 { | 425 { |
426 "name": "$result", | 426 "name": "$result", |
427 "recipe_result": null, | 427 "recipe_result": null, |
428 "status_code": 0 | 428 "status_code": 0 |
429 } | 429 } |
430 ] | 430 ] |
OLD | NEW |