| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "cmd": [ | 206 "cmd": [ |
| 207 "python", | 207 "python", |
| 208 "-u", | 208 "-u", |
| 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 210 "runhooks" | 210 "runhooks" |
| 211 ], | 211 ], |
| 212 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src", | 212 "cwd": "[BUILDER_CACHE]\\GPU_Win_Builder\\src", |
| 213 "env": { | 213 "env": { |
| 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 215 "GYP_CHROMIUM_NO_ACTION": "1", | 215 "GYP_CHROMIUM_NO_ACTION": "1", |
| 216 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 216 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f
fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_
arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 218 }, | 218 }, |
| 219 "name": "gclient runhooks" | 219 "name": "gclient runhooks" |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 "cmd": [ | 222 "cmd": [ |
| 223 "python", | 223 "python", |
| 224 "-u", | 224 "-u", |
| 225 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", | 225 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", |
| 226 "--output", | 226 "--output", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "~followup_annotations": [ | 449 "~followup_annotations": [ |
| 450 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" | 450 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" |
| 451 ] | 451 ] |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 "name": "$result", | 454 "name": "$result", |
| 455 "recipe_result": null, | 455 "recipe_result": null, |
| 456 "status_code": 0 | 456 "status_code": 0 |
| 457 } | 457 } |
| 458 ] | 458 ] |
| OLD | NEW |