| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "--gsutil-py-path", | 254 "--gsutil-py-path", |
| 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 256 "--ninja-path", | 256 "--ninja-path", |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 258 "--target", | 258 "--target", |
| 259 "Release_x64", | 259 "Release_x64", |
| 260 "--src-dir", | 260 "--src-dir", |
| 261 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", | 261 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", |
| 262 "--goma-cache-dir", | 262 "--goma-cache-dir", |
| 263 "[GOMA_CACHE]", | 263 "[GOMA_CACHE]", |
| 264 "--buildbot-buildername", |
| 265 "winx64_bisect_builder", |
| 266 "--buildbot-mastername", |
| 267 "tryserver.chromium.perf", |
| 268 "--buildbot-slavename", |
| 269 "TestSlavename", |
| 264 "--goma-deps-cache-dir", | 270 "--goma-deps-cache-dir", |
| 265 "[GOMA_DEPS_CACHE]", | 271 "[GOMA_DEPS_CACHE]", |
| 266 "--build-data-dir", | 272 "--build-data-dir", |
| 267 "[ROOT]\\build_data_dir", | 273 "[ROOT]\\build_data_dir", |
| 268 "--compiler", | 274 "--compiler", |
| 269 "goma", | 275 "goma", |
| 270 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
| 273 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 279 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 360 }, | 366 }, |
| 361 "name": "process_dumps" | 367 "name": "process_dumps" |
| 362 }, | 368 }, |
| 363 { | 369 { |
| 364 "name": "$result", | 370 "name": "$result", |
| 365 "recipe_result": null, | 371 "recipe_result": null, |
| 366 "status_code": 0 | 372 "status_code": 0 |
| 367 } | 373 } |
| 368 ] | 374 ] |
| OLD | NEW |