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=x64 test_isolation_mode=prepare use_goma=1 v8_
enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", | 159 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks
=1 v8_optimized_debug=1 v8_target_arch=x64", |
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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 917 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
918 "@@@STEP_LOG_END@durations@@@" | 918 "@@@STEP_LOG_END@durations@@@" |
919 ] | 919 ] |
920 }, | 920 }, |
921 { | 921 { |
922 "name": "$result", | 922 "name": "$result", |
923 "recipe_result": null, | 923 "recipe_result": null, |
924 "status_code": 0 | 924 "status_code": 0 |
925 } | 925 } |
926 ] | 926 ] |
OLD | NEW |