| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "--ninja-path", | 250 "--ninja-path", |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 251 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 252 "--target", | 252 "--target", |
| 253 "Release", | 253 "Release", |
| 254 "--src-dir", | 254 "--src-dir", |
| 255 "[BUILDER_CACHE]\\Win_Builder\\src", | 255 "[BUILDER_CACHE]\\Win_Builder\\src", |
| 256 "--goma-cache-dir", | 256 "--goma-cache-dir", |
| 257 "[GOMA_CACHE]", | 257 "[GOMA_CACHE]", |
| 258 "--goma-deps-cache-dir", | 258 "--goma-deps-cache-dir", |
| 259 "[GOMA_DEPS_CACHE]", | 259 "[GOMA_DEPS_CACHE]", |
| 260 "--build-tool", | |
| 261 "ninja", | |
| 262 "--build-data-dir", | 260 "--build-data-dir", |
| 263 "[ROOT]\\build_data_dir", | 261 "[ROOT]\\build_data_dir", |
| 264 "--compiler", | 262 "--compiler", |
| 265 "goma", | 263 "goma", |
| 266 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", | 266 "--goma-service-account-json-file", |
| 269 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 267 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 270 "--mode", | 268 "--mode", |
| 271 "official", | 269 "official", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 504 }, | 502 }, |
| 505 "name": "process_dumps" | 503 "name": "process_dumps" |
| 506 }, | 504 }, |
| 507 { | 505 { |
| 508 "name": "$result", | 506 "name": "$result", |
| 509 "recipe_result": null, | 507 "recipe_result": null, |
| 510 "status_code": 0 | 508 "status_code": 0 |
| 511 } | 509 } |
| 512 ] | 510 ] |
| OLD | NEW |