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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 "--ninja-path", | 327 "--ninja-path", |
328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
329 "--target", | 329 "--target", |
330 "Release", | 330 "Release", |
331 "--src-dir", | 331 "--src-dir", |
332 "[BUILDER_CACHE]\\Mojo_Windows\\src", | 332 "[BUILDER_CACHE]\\Mojo_Windows\\src", |
333 "--goma-cache-dir", | 333 "--goma-cache-dir", |
334 "[GOMA_CACHE]", | 334 "[GOMA_CACHE]", |
335 "--goma-deps-cache-dir", | 335 "--goma-deps-cache-dir", |
336 "[GOMA_DEPS_CACHE]", | 336 "[GOMA_DEPS_CACHE]", |
337 "--build-tool", | |
338 "ninja", | |
339 "--build-data-dir", | 337 "--build-data-dir", |
340 "[ROOT]\\build_data_dir", | 338 "[ROOT]\\build_data_dir", |
341 "--compiler", | 339 "--compiler", |
342 "goma", | 340 "goma", |
343 "--goma-jsonstatus", | 341 "--goma-jsonstatus", |
344 "/path/to/tmp/json", | 342 "/path/to/tmp/json", |
345 "--goma-service-account-json-file", | 343 "--goma-service-account-json-file", |
346 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 344 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
347 "--goma-dir", | 345 "--goma-dir", |
348 "[CACHE]\\cipd\\goma", | 346 "[CACHE]\\cipd\\goma", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 469 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
472 }, | 470 }, |
473 "name": "process_dumps" | 471 "name": "process_dumps" |
474 }, | 472 }, |
475 { | 473 { |
476 "name": "$result", | 474 "name": "$result", |
477 "recipe_result": null, | 475 "recipe_result": null, |
478 "status_code": 0 | 476 "status_code": 0 |
479 } | 477 } |
480 ] | 478 ] |
OLD | NEW |