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]\\GPU_Win_Builder\\src", | 215 "cwd": "[BUILDER_CACHE]\\GPU_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": "archive_gpu_tests=1 build_angle_deqp_tests=1 chromium_win_
pch=0 component=static_library fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH
E]\\cipd\\goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=
ia32 test_isolation_mode=prepare use_goma=1", | 219 "GYP_DEFINES": "archive_gpu_tests=1 build_angle_deqp_tests=1 component=sta
tic_library fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' int
ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=ia32 test_isolation
_mode=prepare 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]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", | 228 "[BUILDER_CACHE]\\GPU_Win_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", |
229 "--output", | 229 "--output", |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 "~followup_annotations": [ | 626 "~followup_annotations": [ |
627 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel
ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@" | 627 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID
IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel
ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@" |
628 ] | 628 ] |
629 }, | 629 }, |
630 { | 630 { |
631 "name": "$result", | 631 "name": "$result", |
632 "recipe_result": null, | 632 "recipe_result": null, |
633 "status_code": 0 | 633 "status_code": 0 |
634 } | 634 } |
635 ] | 635 ] |
OLD | NEW |