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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "--src-dir", | 387 "--src-dir", |
388 "[BUILDER_CACHE]\\win_layout\\src", | 388 "[BUILDER_CACHE]\\win_layout\\src", |
389 "--goma-cache-dir", | 389 "--goma-cache-dir", |
390 "[GOMA_CACHE]", | 390 "[GOMA_CACHE]", |
391 "--buildbot-buildername", | 391 "--buildbot-buildername", |
392 "win7_blink_dbg", | 392 "win7_blink_dbg", |
393 "--buildbot-mastername", | 393 "--buildbot-mastername", |
394 "tryserver.blink", | 394 "tryserver.blink", |
395 "--buildbot-slavename", | 395 "--buildbot-slavename", |
396 "TestSlavename", | 396 "TestSlavename", |
397 "--goma-deps-cache-dir", | 397 "--goma-deps-cache-file", |
398 "[GOMA_DEPS_CACHE]", | 398 "win7_blink_dbg.gomadeps", |
399 "--compiler", | 399 "--compiler", |
400 "goma", | 400 "goma", |
401 "--goma-jsonstatus", | 401 "--goma-jsonstatus", |
402 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
403 "--goma-service-account-json-file", | 403 "--goma-service-account-json-file", |
404 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 404 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
405 "--goma-dir", | 405 "--goma-dir", |
406 "[CACHE]\\cipd\\goma", | 406 "[CACHE]\\cipd\\goma", |
407 "--goma-fail-fast", | 407 "--goma-fail-fast", |
408 "--goma-disable-local-fallback", | 408 "--goma-disable-local-fallback", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
502 }, | 502 }, |
503 "name": "process_dumps" | 503 "name": "process_dumps" |
504 }, | 504 }, |
505 { | 505 { |
506 "name": "$result", | 506 "name": "$result", |
507 "recipe_result": null, | 507 "recipe_result": null, |
508 "status_code": 0 | 508 "status_code": 0 |
509 } | 509 } |
510 ] | 510 ] |
OLD | NEW |