| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "--ninja-path", | 384 "--ninja-path", |
| 385 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 385 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 386 "--target", | 386 "--target", |
| 387 "Release", | 387 "Release", |
| 388 "--src-dir", | 388 "--src-dir", |
| 389 "[BUILDER_CACHE]\\win_archive\\src", | 389 "[BUILDER_CACHE]\\win_archive\\src", |
| 390 "--goma-cache-dir", | 390 "--goma-cache-dir", |
| 391 "[GOMA_CACHE]", | 391 "[GOMA_CACHE]", |
| 392 "--goma-deps-cache-dir", | 392 "--goma-deps-cache-dir", |
| 393 "[GOMA_DEPS_CACHE]", | 393 "[GOMA_DEPS_CACHE]", |
| 394 "--build-tool", | |
| 395 "ninja", | |
| 396 "--compiler", | 394 "--compiler", |
| 397 "goma", | 395 "goma", |
| 398 "--goma-jsonstatus", | 396 "--goma-jsonstatus", |
| 399 "/path/to/tmp/json", | 397 "/path/to/tmp/json", |
| 400 "--goma-service-account-json-file", | 398 "--goma-service-account-json-file", |
| 401 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 399 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 402 "--goma-dir", | 400 "--goma-dir", |
| 403 "[CACHE]\\cipd\\goma", | 401 "[CACHE]\\cipd\\goma", |
| 404 "--goma-fail-fast", | 402 "--goma-fail-fast", |
| 405 "--goma-disable-local-fallback", | 403 "--goma-disable-local-fallback", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 423 "import sys; sys.exit(0)" | 421 "import sys; sys.exit(0)" |
| 424 ], | 422 ], |
| 425 "name": "mark: before_tests" | 423 "name": "mark: before_tests" |
| 426 }, | 424 }, |
| 427 { | 425 { |
| 428 "name": "$result", | 426 "name": "$result", |
| 429 "recipe_result": null, | 427 "recipe_result": null, |
| 430 "status_code": 0 | 428 "status_code": 0 |
| 431 } | 429 } |
| 432 ] | 430 ] |
| OLD | NEW |