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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "--gsutil-py-path", | 282 "--gsutil-py-path", |
283 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 283 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
284 "--ninja-path", | 284 "--ninja-path", |
285 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 285 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
286 "--target", | 286 "--target", |
287 "Release_x64", | 287 "Release_x64", |
288 "--src-dir", | 288 "--src-dir", |
289 "[SLAVE_BUILD]\\v8", | 289 "[SLAVE_BUILD]\\v8", |
290 "--goma-cache-dir", | 290 "--goma-cache-dir", |
291 "[GOMA_CACHE]", | 291 "[GOMA_CACHE]", |
292 "--build-tool", | |
293 "ninja", | |
294 "--compiler", | 292 "--compiler", |
295 "goma-clang", | 293 "goma-clang", |
296 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
297 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
298 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
299 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 297 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
300 "--goma-dir", | 298 "--goma-dir", |
301 "[CACHE]\\cipd\\goma", | 299 "[CACHE]\\cipd\\goma", |
302 "--" | 300 "--" |
303 ], | 301 ], |
304 "env": { | 302 "env": { |
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
306 }, | 304 }, |
307 "name": "compile", | 305 "name": "compile", |
308 "~followup_annotations": [ | 306 "~followup_annotations": [ |
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
310 "@@@STEP_LOG_END@json.output (invalid)@@@" | 308 "@@@STEP_LOG_END@json.output (invalid)@@@" |
311 ] | 309 ] |
312 }, | 310 }, |
313 { | 311 { |
314 "name": "$result", | 312 "name": "$result", |
315 "recipe_result": null, | 313 "recipe_result": null, |
316 "status_code": 0 | 314 "status_code": 0 |
317 } | 315 } |
318 ] | 316 ] |
OLD | NEW |