| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "--gsutil-py-path", | 392 "--gsutil-py-path", |
| 393 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 393 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 394 "--ninja-path", | 394 "--ninja-path", |
| 395 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 395 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 396 "--target", | 396 "--target", |
| 397 "Release", | 397 "Release", |
| 398 "--src-dir", | 398 "--src-dir", |
| 399 "[BUILDER_CACHE]\\win_archive\\src", | 399 "[BUILDER_CACHE]\\win_archive\\src", |
| 400 "--goma-cache-dir", | 400 "--goma-cache-dir", |
| 401 "[GOMA_CACHE]", | 401 "[GOMA_CACHE]", |
| 402 "--buildbot-buildername", |
| 403 "win_archive", |
| 404 "--buildbot-mastername", |
| 405 "tryserver.chromium.win", |
| 406 "--buildbot-slavename", |
| 407 "TestSlavename", |
| 402 "--goma-deps-cache-dir", | 408 "--goma-deps-cache-dir", |
| 403 "[GOMA_DEPS_CACHE]", | 409 "[GOMA_DEPS_CACHE]", |
| 404 "--compiler", | 410 "--compiler", |
| 405 "goma", | 411 "goma", |
| 406 "--goma-jsonstatus", | 412 "--goma-jsonstatus", |
| 407 "/path/to/tmp/json", | 413 "/path/to/tmp/json", |
| 408 "--goma-service-account-json-file", | 414 "--goma-service-account-json-file", |
| 409 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 415 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 410 "--goma-dir", | 416 "--goma-dir", |
| 411 "[CACHE]\\cipd\\goma", | 417 "[CACHE]\\cipd\\goma", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 431 "import sys; sys.exit(0)" | 437 "import sys; sys.exit(0)" |
| 432 ], | 438 ], |
| 433 "name": "mark: before_tests" | 439 "name": "mark: before_tests" |
| 434 }, | 440 }, |
| 435 { | 441 { |
| 436 "name": "$result", | 442 "name": "$result", |
| 437 "recipe_result": null, | 443 "recipe_result": null, |
| 438 "status_code": 0 | 444 "status_code": 0 |
| 439 } | 445 } |
| 440 ] | 446 ] |
| OLD | NEW |