Skip to content

Commit cad4180

Browse files
committed
Test using "k8s-infra-e2e-boskos-157"
1 parent 3b91ca0 commit cad4180

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/metriconly/e2e_npd_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ import (
3737
)
3838

3939
var zone = flag.String("zone", "", "gce zone the hosts live in")
40-
var project = flag.String("project", "", "gce project the hosts live in")
40+
var projectStr = "k8s-infra-e2e-boskos-157"
41+
var _ = flag.String("project", "", "gce project the hosts live in")
42+
var project = &projectStr
4143
var image = flag.String("image", "", "image to test")
4244
var imageFamily = flag.String("image-family", "", "image family to pick up the test image. Ignored when -image is set.")
4345
var imageProject = flag.String("image-project", "", "gce project of the OS image")

0 commit comments

Comments
 (0)