| 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_x64", | 330 "Release_x64", |
| 331 "--src-dir", | 331 "--src-dir", |
| 332 "[BUILDER_CACHE]\\win_layout\\src", | 332 "[BUILDER_CACHE]\\win_layout\\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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 473 }, | 471 }, |
| 474 "name": "process_dumps" | 472 "name": "process_dumps" |
| 475 }, | 473 }, |
| 476 { | 474 { |
| 477 "name": "$result", | 475 "name": "$result", |
| 478 "recipe_result": null, | 476 "recipe_result": null, |
| 479 "status_code": 0 | 477 "status_code": 0 |
| 480 } | 478 } |
| 481 ] | 479 ] |
| OLD | NEW |