Skip to content

Commit

Permalink
Test using "k8s-infra-e2e-boskos-157"
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 10, 2024
1 parent 3b91ca0 commit 4fef164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/metriconly/e2e_npd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import (
"github.com/onsi/ginkgo"
"github.com/onsi/ginkgo/config"
"github.com/onsi/ginkgo/reporters"
. "github.com/onsi/gomega"
compute "google.golang.org/api/compute/v1"
)

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

0 comments on commit 4fef164

Please sign in to comment.