| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "--gsutil-py-path", | 355 "--gsutil-py-path", |
| 356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 357 "--ninja-path", | 357 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 359 "--target", | 359 "--target", |
| 360 "Release", | 360 "Release", |
| 361 "--src-dir", | 361 "--src-dir", |
| 362 "[BUILDER_CACHE]\\CrWinClangGoma\\src", | 362 "[BUILDER_CACHE]\\CrWinClangGoma\\src", |
| 363 "--goma-cache-dir", | 363 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 364 "[GOMA_CACHE]", |
| 365 "--buildbot-buildername", |
| 366 "CrWinClangGoma", |
| 367 "--buildbot-mastername", |
| 368 "chromium.fyi", |
| 369 "--buildbot-slavename", |
| 370 "TestSlavename", |
| 365 "--goma-deps-cache-dir", | 371 "--goma-deps-cache-dir", |
| 366 "[GOMA_DEPS_CACHE]", | 372 "[GOMA_DEPS_CACHE]", |
| 367 "--build-data-dir", | 373 "--build-data-dir", |
| 368 "[ROOT]\\build_data_dir", | 374 "[ROOT]\\build_data_dir", |
| 369 "--compiler", | 375 "--compiler", |
| 370 "goma-clang", | 376 "goma-clang", |
| 371 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
| 372 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
| 373 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
| 374 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 380 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 460 }, | 466 }, |
| 461 "name": "process_dumps" | 467 "name": "process_dumps" |
| 462 }, | 468 }, |
| 463 { | 469 { |
| 464 "name": "$result", | 470 "name": "$result", |
| 465 "recipe_result": null, | 471 "recipe_result": null, |
| 466 "status_code": 0 | 472 "status_code": 0 |
| 467 } | 473 } |
| 468 ] | 474 ] |
| OLD | NEW |