| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "cmd": [ | 149 "cmd": [ |
| 150 "python", | 150 "python", |
| 151 "-u", | 151 "-u", |
| 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 153 "runhooks" | 153 "runhooks" |
| 154 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]\\v8", | 155 "cwd": "[SLAVE_BUILD]\\v8", |
| 156 "env": { | 156 "env": { |
| 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 158 "GYP_CHROMIUM_NO_ACTION": "1", | 158 "GYP_CHROMIUM_NO_ACTION": "1", |
| 159 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8
_target_arch=ia32", | 159 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", |
| 160 "GYP_GENERATORS": "ninja", | 160 "GYP_GENERATORS": "ninja", |
| 161 "GYP_MSVS_VERSION": "2013", | 161 "GYP_MSVS_VERSION": "2013", |
| 162 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 162 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 163 }, | 163 }, |
| 164 "name": "gclient runhooks" | 164 "name": "gclient runhooks" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "~followup_annotations": [ | 375 "~followup_annotations": [ |
| 376 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 376 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
| 377 ] | 377 ] |
| 378 }, | 378 }, |
| 379 { | 379 { |
| 380 "name": "$result", | 380 "name": "$result", |
| 381 "recipe_result": null, | 381 "recipe_result": null, |
| 382 "status_code": 0 | 382 "status_code": 0 |
| 383 } | 383 } |
| 384 ] | 384 ] |
| OLD | NEW |