| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "--gsutil-py-path", | 417 "--gsutil-py-path", |
| 418 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 418 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 419 "--ninja-path", | 419 "--ninja-path", |
| 420 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 420 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 421 "--target", | 421 "--target", |
| 422 "Debug_x64", | 422 "Debug_x64", |
| 423 "--src-dir", | 423 "--src-dir", |
| 424 "[BUILDER_CACHE]\\win_clang\\src", | 424 "[BUILDER_CACHE]\\win_clang\\src", |
| 425 "--goma-cache-dir", | 425 "--goma-cache-dir", |
| 426 "[GOMA_CACHE]", | 426 "[GOMA_CACHE]", |
| 427 "--buildbot-buildername", |
| 428 "win_clang", |
| 429 "--buildbot-mastername", |
| 430 "tryserver.chromium.win", |
| 431 "--buildbot-slavename", |
| 432 "TestSlavename", |
| 427 "--goma-deps-cache-dir", | 433 "--goma-deps-cache-dir", |
| 428 "[GOMA_DEPS_CACHE]", | 434 "[GOMA_DEPS_CACHE]", |
| 429 "--compiler", | 435 "--compiler", |
| 430 "goma-clang", | 436 "goma-clang", |
| 431 "--goma-jsonstatus", | 437 "--goma-jsonstatus", |
| 432 "/path/to/tmp/json", | 438 "/path/to/tmp/json", |
| 433 "--goma-service-account-json-file", | 439 "--goma-service-account-json-file", |
| 434 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 440 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 435 "--goma-dir", | 441 "--goma-dir", |
| 436 "[CACHE]\\cipd\\goma", | 442 "[CACHE]\\cipd\\goma", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 455 "import sys; sys.exit(0)" | 461 "import sys; sys.exit(0)" |
| 456 ], | 462 ], |
| 457 "name": "mark: before_tests" | 463 "name": "mark: before_tests" |
| 458 }, | 464 }, |
| 459 { | 465 { |
| 460 "name": "$result", | 466 "name": "$result", |
| 461 "recipe_result": null, | 467 "recipe_result": null, |
| 462 "status_code": 0 | 468 "status_code": 0 |
| 463 } | 469 } |
| 464 ] | 470 ] |
| OLD | NEW |