You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/retrybuilds/retrybuilds.go
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ var (
57
57
sendMasterKey=flag.Bool("sendmaster", false, "send the master key in request instead of a builder-specific key; allows overriding actions of revoked keys")
58
58
branch=flag.String("branch", "master", "branch to find flakes from (for use with -redo-flaky)")
59
59
substr=flag.String("substr", "", "if non-empty, redoes all build failures whose failure logs contain this substring")
60
-
// TODO(golang.org/issue/34744) - remove after gRPC API for ClearResults is deployed
61
-
grpcHost=flag.String("grpc-host", "", "(EXPERIMENTAL) use gRPC for communicating with the API.")
60
+
grpcHost=flag.String("grpc-host", "farmer.golang.org:https", "use gRPC for communicating with the Coordinator API")
0 commit comments