| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "--gsutil-py-path", | 308 "--gsutil-py-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 309 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 310 "--ninja-path", | 310 "--ninja-path", |
| 311 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 311 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 312 "--target", | 312 "--target", |
| 313 "Release", | 313 "Release", |
| 314 "--src-dir", | 314 "--src-dir", |
| 315 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", | 315 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", |
| 316 "--goma-cache-dir", | 316 "--goma-cache-dir", |
| 317 "[GOMA_CACHE]", | 317 "[GOMA_CACHE]", |
| 318 "--buildbot-buildername", |
| 319 "Win Clang Builder", |
| 320 "--buildbot-mastername", |
| 321 "chromium.perf.fyi", |
| 322 "--buildbot-slavename", |
| 323 "TestSlavename", |
| 318 "--goma-deps-cache-dir", | 324 "--goma-deps-cache-dir", |
| 319 "[GOMA_DEPS_CACHE]", | 325 "[GOMA_DEPS_CACHE]", |
| 320 "--build-data-dir", | 326 "--build-data-dir", |
| 321 "[ROOT]\\build_data_dir", | 327 "[ROOT]\\build_data_dir", |
| 322 "--compiler", | 328 "--compiler", |
| 323 "goma-clang", | 329 "goma-clang", |
| 324 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
| 325 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 326 "--goma-service-account-json-file", | 332 "--goma-service-account-json-file", |
| 327 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 333 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 447 }, | 453 }, |
| 448 "name": "process_dumps" | 454 "name": "process_dumps" |
| 449 }, | 455 }, |
| 450 { | 456 { |
| 451 "name": "$result", | 457 "name": "$result", |
| 452 "recipe_result": null, | 458 "recipe_result": null, |
| 453 "status_code": 0 | 459 "status_code": 0 |
| 454 } | 460 } |
| 455 ] | 461 ] |
| OLD | NEW |