diff --git a/magefile.go b/magefile.go index 19b9dfbd0..1881062aa 100644 --- a/magefile.go +++ b/magefile.go @@ -182,7 +182,7 @@ func RunE2e(buildOS, buildConfig, buildInfra string, dryRun bool) error { } // extra args for gcp if buildInfra == gcp { - args = append(args, "--project-id=eng-ksphere-platform-e2e", "--network=kib-ssh-network") + args = append(args, "--project-id=eng-ksphere-platform-e2e", "--network=kib-ssh-network", "--image-storage-locations=us-west1") } fmt.Printf("Running %s with args %v\n", wrapperCmd, args) return sh.RunV(wrapperCmd, args...)