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 cad4180Copy full SHA for cad4180
test/e2e/metriconly/e2e_npd_test.go
@@ -37,7 +37,9 @@ import (
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"
41
+var _ = flag.String("project", "", "gce project the hosts live in")
42
+var project = &projectStr
43
var image = flag.String("image", "", "image to test")
44
var imageFamily = flag.String("image-family", "", "image family to pick up the test image. Ignored when -image is set.")
45
var imageProject = flag.String("image-project", "", "gce project of the OS image")
0 commit comments