| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "--gsutil-py-path", | 388 "--gsutil-py-path", |
| 389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 389 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 390 "--ninja-path", | 390 "--ninja-path", |
| 391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 391 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 392 "--target", | 392 "--target", |
| 393 "Release", | 393 "Release", |
| 394 "--src-dir", | 394 "--src-dir", |
| 395 "[SLAVE_BUILD]\\src", | 395 "[SLAVE_BUILD]\\src", |
| 396 "--goma-cache-dir", | 396 "--goma-cache-dir", |
| 397 "[GOMA_CACHE]", | 397 "[GOMA_CACHE]", |
| 398 "--build-tool", | |
| 399 "ninja", | |
| 400 "--compiler", | 398 "--compiler", |
| 401 "goma", | 399 "goma", |
| 402 "--goma-jsonstatus", | 400 "--goma-jsonstatus", |
| 403 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
| 404 "--goma-service-account-json-file", | 402 "--goma-service-account-json-file", |
| 405 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 403 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 406 "--goma-dir", | 404 "--goma-dir", |
| 407 "[CACHE]\\cipd\\goma", | 405 "[CACHE]\\cipd\\goma", |
| 408 "--goma-fail-fast", | 406 "--goma-fail-fast", |
| 409 "--goma-disable-local-fallback", | 407 "--goma-disable-local-fallback", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 557 }, | 555 }, |
| 558 "name": "process_dumps" | 556 "name": "process_dumps" |
| 559 }, | 557 }, |
| 560 { | 558 { |
| 561 "name": "$result", | 559 "name": "$result", |
| 562 "recipe_result": null, | 560 "recipe_result": null, |
| 563 "status_code": 0 | 561 "status_code": 0 |
| 564 } | 562 } |
| 565 ] | 563 ] |
| OLD | NEW |