Browse Source

fix: try to fix cluster location

Moritz Johner 4 years ago
parent
commit
73472be795
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e/suite/gcpmanaged/gcpmanaged.go

+ 1 - 1
e2e/suite/gcpmanaged/gcpmanaged.go

@@ -37,7 +37,7 @@ var _ = Describe("[gcpmanaged] ", func() {
 	if os.Getenv("FOCUS") == "gcpmanaged" {
 		f := framework.New("eso-gcp-managed")
 		projectID := os.Getenv("GCP_PROJECT_ID")
-		clusterLocation := "europe-west1"
+		clusterLocation := "europe-west1-b"
 		clusterName := "test-cluster"
 		serviceAccountName := os.Getenv("GCP_KSA_NAME")
 		serviceAccountNamespace := "default"