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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "--src-dir", | 424 "--src-dir", |
425 "[BUILDER_CACHE]\\win\\src", | 425 "[BUILDER_CACHE]\\win\\src", |
426 "--goma-cache-dir", | 426 "--goma-cache-dir", |
427 "[GOMA_CACHE]", | 427 "[GOMA_CACHE]", |
428 "--buildbot-buildername", | 428 "--buildbot-buildername", |
429 "win_chromium_rel_ng", | 429 "win_chromium_rel_ng", |
430 "--buildbot-mastername", | 430 "--buildbot-mastername", |
431 "tryserver.chromium.win", | 431 "tryserver.chromium.win", |
432 "--buildbot-slavename", | 432 "--buildbot-slavename", |
433 "TestSlavename", | 433 "TestSlavename", |
434 "--goma-deps-cache-dir", | 434 "--goma-deps-cache-file", |
435 "[GOMA_DEPS_CACHE]", | 435 "win_chromium_rel_ng.gomadeps", |
436 "--compiler", | 436 "--compiler", |
437 "goma", | 437 "goma", |
438 "--goma-jsonstatus", | 438 "--goma-jsonstatus", |
439 "/path/to/tmp/json", | 439 "/path/to/tmp/json", |
440 "--goma-service-account-json-file", | 440 "--goma-service-account-json-file", |
441 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 441 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
442 "--goma-dir", | 442 "--goma-dir", |
443 "[CACHE]\\cipd\\goma", | 443 "[CACHE]\\cipd\\goma", |
444 "--goma-fail-fast", | 444 "--goma-fail-fast", |
445 "--goma-disable-local-fallback", | 445 "--goma-disable-local-fallback", |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
598 }, | 598 }, |
599 "name": "process_dumps" | 599 "name": "process_dumps" |
600 }, | 600 }, |
601 { | 601 { |
602 "name": "$result", | 602 "name": "$result", |
603 "recipe_result": null, | 603 "recipe_result": null, |
604 "status_code": 0 | 604 "status_code": 0 |
605 } | 605 } |
606 ] | 606 ] |
OLD | NEW |