| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "--gsutil-py-path", | 290 "--gsutil-py-path", |
| 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 292 "--ninja-path", | 292 "--ninja-path", |
| 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 294 "--target", | 294 "--target", |
| 295 "Release_x64", | 295 "Release_x64", |
| 296 "--src-dir", | 296 "--src-dir", |
| 297 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", | 297 "[BUILDER_CACHE]\\winx64_bisect_builder\\src", |
| 298 "--goma-cache-dir", | 298 "--goma-cache-dir", |
| 299 "[GOMA_CACHE]", | 299 "[GOMA_CACHE]", |
| 300 "--buildbot-buildername", |
| 301 "winx64_bisect_builder", |
| 302 "--buildbot-mastername", |
| 303 "tryserver.chromium.perf", |
| 304 "--buildbot-slavename", |
| 305 "TestSlavename", |
| 300 "--goma-deps-cache-dir", | 306 "--goma-deps-cache-dir", |
| 301 "[GOMA_DEPS_CACHE]", | 307 "[GOMA_DEPS_CACHE]", |
| 302 "--build-data-dir", | 308 "--build-data-dir", |
| 303 "[ROOT]\\build_data_dir", | 309 "[ROOT]\\build_data_dir", |
| 304 "--compiler", | 310 "--compiler", |
| 305 "goma", | 311 "goma", |
| 306 "--goma-jsonstatus", | 312 "--goma-jsonstatus", |
| 307 "/path/to/tmp/json", | 313 "/path/to/tmp/json", |
| 308 "--goma-service-account-json-file", | 314 "--goma-service-account-json-file", |
| 309 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 315 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 396 }, | 402 }, |
| 397 "name": "process_dumps" | 403 "name": "process_dumps" |
| 398 }, | 404 }, |
| 399 { | 405 { |
| 400 "name": "$result", | 406 "name": "$result", |
| 401 "recipe_result": null, | 407 "recipe_result": null, |
| 402 "status_code": 0 | 408 "status_code": 0 |
| 403 } | 409 } |
| 404 ] | 410 ] |
| OLD | NEW |