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=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 153 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64
test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1012 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1013 "@@@STEP_LOG_END@durations@@@" | 1013 "@@@STEP_LOG_END@durations@@@" |
1014 ] | 1014 ] |
1015 }, | 1015 }, |
1016 { | 1016 { |
1017 "name": "$result", | 1017 "name": "$result", |
1018 "recipe_result": null, | 1018 "recipe_result": null, |
1019 "status_code": 0 | 1019 "status_code": 0 |
1020 } | 1020 } |
1021 ] | 1021 ] |
OLD | NEW |