| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 213 "runhooks" | 213 "runhooks" |
| 214 ], | 214 ], |
| 215 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", | 215 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", |
| 216 "env": { | 216 "env": { |
| 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 218 "GYP_CHROMIUM_NO_ACTION": "1", | 218 "GYP_CHROMIUM_NO_ACTION": "1", |
| 219 "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", | 219 "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", |
| 220 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 220 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 221 }, | 221 }, |
| 222 "name": "gclient runhooks" | 222 "name": "gclient runhooks" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "cmd": [ | 225 "cmd": [ |
| 226 "python", | 226 "python", |
| 227 "-u", | 227 "-u", |
| 228 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", | 228 "[BUILDER_CACHE]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", |
| 229 "--output", | 229 "--output", |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "~followup_annotations": [ | 440 "~followup_annotations": [ |
| 441 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" | 441 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" |
| 442 ] | 442 ] |
| 443 }, | 443 }, |
| 444 { | 444 { |
| 445 "name": "$result", | 445 "name": "$result", |
| 446 "recipe_result": null, | 446 "recipe_result": null, |
| 447 "status_code": 0 | 447 "status_code": 0 |
| 448 } | 448 } |
| 449 ] | 449 ] |
| OLD | NEW |