Skip to content

Commit 4fef164

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/metriconly/e2e_npd_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ import (
3232
"github.com/onsi/ginkgo"
3333
"github.com/onsi/ginkgo/config"
3434
"github.com/onsi/ginkgo/reporters"
35-
. "github.com/onsi/gomega"
3635
compute "google.golang.org/api/compute/v1"
3736
)
3837

3938
var zone = flag.String("zone", "", "gce zone the hosts live in")
40-
var project = flag.String("project", "", "gce project the hosts live in")
39+
var projectStr = "k8s-infra-e2e-boskos-157"
40+
var project = &projectStr
4141
var image = flag.String("image", "", "image to test")
4242
var imageFamily = flag.String("image-family", "", "image family to pick up the test image. Ignored when -image is set.")
4343
var imageProject = flag.String("image-project", "", "gce project of the OS image")

0 commit comments

Comments
 (0)