We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b91ca0 commit 4fef164Copy full SHA for 4fef164
test/e2e/metriconly/e2e_npd_test.go
@@ -32,12 +32,12 @@ import (
32
"github.com/onsi/ginkgo"
33
"github.com/onsi/ginkgo/config"
34
"github.com/onsi/ginkgo/reporters"
35
- . "github.com/onsi/gomega"
36
compute "google.golang.org/api/compute/v1"
37
)
38
39
var zone = flag.String("zone", "", "gce zone the hosts live in")
40
-var project = flag.String("project", "", "gce project the hosts live in")
+var projectStr = "k8s-infra-e2e-boskos-157"
+var project = &projectStr
41
var image = flag.String("image", "", "image to test")
42
var imageFamily = flag.String("image-family", "", "image family to pick up the test image. Ignored when -image is set.")
43
var imageProject = flag.String("image-project", "", "gce project of the OS image")
0 commit comments