| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 147 "runhooks" | 147 "runhooks" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]\\v8", | 149 "cwd": "[SLAVE_BUILD]\\v8", |
| 150 "env": { | 150 "env": { |
| 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 152 "GYP_CHROMIUM_NO_ACTION": "1", | 152 "GYP_CHROMIUM_NO_ACTION": "1", |
| 153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck
s=1 v8_optimized_debug=1 v8_target_arch=ia32", | 153 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_de
bug=1 v8_target_arch=ia32", |
| 154 "GYP_GENERATORS": "ninja", | 154 "GYP_GENERATORS": "ninja", |
| 155 "GYP_MSVS_VERSION": "2013", | 155 "GYP_MSVS_VERSION": "2013", |
| 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 157 }, | 157 }, |
| 158 "name": "gclient runhooks" | 158 "name": "gclient runhooks" |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "~followup_annotations": [ | 409 "~followup_annotations": [ |
| 410 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 410 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
| 411 ] | 411 ] |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 "name": "$result", | 414 "name": "$result", |
| 415 "recipe_result": null, | 415 "recipe_result": null, |
| 416 "status_code": 0 | 416 "status_code": 0 |
| 417 } | 417 } |
| 418 ] | 418 ] |
| OLD | NEW |