| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 215 "runhooks" | 215 "runhooks" |
| 216 ], | 216 ], |
| 217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", | 217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
| 218 "env": { | 218 "env": { |
| 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 220 "GYP_CHROMIUM_NO_ACTION": "1", | 220 "GYP_CHROMIUM_NO_ACTION": "1", |
| 221 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 221 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 223 }, | 223 }, |
| 224 "name": "gclient runhooks (with patch)" | 224 "name": "gclient runhooks (with patch)" |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "cmd": [ | 227 "cmd": [ |
| 228 "python", | 228 "python", |
| 229 "-u", | 229 "-u", |
| 230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_
targets.py", | 230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_
targets.py", |
| 231 "--output", | 231 "--output", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "step returned non-zero exit code: 1", | 477 "step returned non-zero exit code: 1", |
| 478 "@@@STEP_EXCEPTION@@@" | 478 "@@@STEP_EXCEPTION@@@" |
| 479 ] | 479 ] |
| 480 }, | 480 }, |
| 481 { | 481 { |
| 482 "name": "$result", | 482 "name": "$result", |
| 483 "recipe_result": null, | 483 "recipe_result": null, |
| 484 "status_code": 0 | 484 "status_code": 0 |
| 485 } | 485 } |
| 486 ] | 486 ] |
| OLD | NEW |