Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Dec 20, 2024
1 parent d650170 commit a46feb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results
.PHONY: .vm-nfr-test
.vm-nfr-test: ## Runs the NFR tests on the GCP VM (called by `nfr-test`)
go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going --fail-on-pending \
--trace -r -v --buildvcs --force-newlines $(GITHUB_OUTPUT) \
--trace -r -vv --buildvcs --force-newlines $(GITHUB_OUTPUT) \
--label-filter "nfr" $(GINKGO_FLAGS) --timeout 5h ./suite -- --gateway-api-version=$(GW_API_VERSION) \
--gateway-api-prev-version=$(GW_API_PREV_VERSION) --image-tag=$(TAG) --version-under-test=$(NGF_VERSION) \
--ngf-image-repo=$(PREFIX) --nginx-image-repo=$(NGINX_PREFIX) --nginx-plus-image-repo=$(NGINX_PLUS_PREFIX) \
Expand Down
1 change: 1 addition & 0 deletions tests/suite/system_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func setup(cfg setupConfig, extraInstallArgs ...string) {
var err error
k8sClient, err = client.New(k8sConfig, options)
Expect(err).ToNot(HaveOccurred())
log.Log.Info(k8sConfig.String())

clientGoClient, err := kubernetes.NewForConfig(k8sConfig)
Expect(err).ToNot(HaveOccurred())
Expand Down
1 change: 0 additions & 1 deletion tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ resource "google_container_cluster" "primary" {
cidr_block = "${chomp(data.http.myip.response_body)}/32"
display_name = "local-ip"
}

cidr_blocks {
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
display_name = "vpc"
Expand Down

0 comments on commit a46feb4

Please sign in to comment.