Skip to content

Commit a3c26ab

Browse files
committed
process-bep-file: set default server to mesolite
We are migrating workloads from `tanzanite` to `mesolite` as part of merging the two clusters. Epic: none Release note: None Release justification: Non-production code changes
1 parent d0365c2 commit a3c26ab

File tree

1 file changed

+1
-1
lines changed
  • pkg/cmd/bazci/process-bep-file

1 file changed

+1
-1
lines changed

pkg/cmd/bazci/process-bep-file/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
eventStreamFile = flag.String("eventsfile", "", "eventstream file produced by bazel build --build_event_binary_file")
3232
jsonOutFile = flag.String("jsonoutfile", "", "if given, file path where to write the JSON test report")
3333

34-
serverName = flag.String("servername", "tanzanite", "URL of the EngFlow cluster")
34+
serverName = flag.String("servername", "mesolite", "URL of the EngFlow cluster")
3535
tlsClientCert = flag.String("cert", "", "TLS client certificate for accessing EngFlow, probably a .crt file")
3636
tlsClientKey = flag.String("key", "", "TLS client key for accessing EngFlow")
3737

0 commit comments

Comments
 (0)