| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "cmd": [ | 215 "cmd": [ |
| 216 "python", | 216 "python", |
| 217 "-u", | 217 "-u", |
| 218 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 218 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 219 "runhooks" | 219 "runhooks" |
| 220 ], | 220 ], |
| 221 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", | 221 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", |
| 222 "env": { | 222 "env": { |
| 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 224 "GYP_CHROMIUM_NO_ACTION": "1", | 224 "GYP_CHROMIUM_NO_ACTION": "1", |
| 225 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH
E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", | 225 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_
always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' pro
prietary_codecs=1 target_arch=ia32 use_goma=1", |
| 226 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 226 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 227 }, | 227 }, |
| 228 "name": "gclient runhooks" | 228 "name": "gclient runhooks" |
| 229 }, | 229 }, |
| 230 { | 230 { |
| 231 "cmd": [ | 231 "cmd": [ |
| 232 "python", | 232 "python", |
| 233 "-u", | 233 "-u", |
| 234 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", | 234 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", |
| 235 "--output", | 235 "--output", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "~followup_annotations": [ | 423 "~followup_annotations": [ |
| 424 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 424 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 425 ] | 425 ] |
| 426 }, | 426 }, |
| 427 { | 427 { |
| 428 "name": "$result", | 428 "name": "$result", |
| 429 "recipe_result": null, | 429 "recipe_result": null, |
| 430 "status_code": 0 | 430 "status_code": 0 |
| 431 } | 431 } |
| 432 ] | 432 ] |
| OLD | NEW |