| 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_x64", | 253 "Release_x64", |
| 254 "--src-dir", | 254 "--src-dir", |
| 255 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", | 255 "[BUILDER_CACHE]\\winx64_bisect_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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 356 }, | 354 }, |
| 357 "name": "process_dumps" | 355 "name": "process_dumps" |
| 358 }, | 356 }, |
| 359 { | 357 { |
| 360 "name": "$result", | 358 "name": "$result", |
| 361 "recipe_result": null, | 359 "recipe_result": null, |
| 362 "status_code": 0 | 360 "status_code": 0 |
| 363 } | 361 } |
| 364 ] | 362 ] |
| OLD | NEW |