From a46feb4c282d146ad44e99c3d070f20aeb126432 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 20 Dec 2024 18:13:58 +0100 Subject: [PATCH] log --- tests/Makefile | 2 +- tests/suite/system_suite_test.go | 1 + tests/tofu/main.tf | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index cdfbde890..cb353a73f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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) \ diff --git a/tests/suite/system_suite_test.go b/tests/suite/system_suite_test.go index 4bfb834ab..70ae11840 100644 --- a/tests/suite/system_suite_test.go +++ b/tests/suite/system_suite_test.go @@ -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()) diff --git a/tests/tofu/main.tf b/tests/tofu/main.tf index e176c21fa..c6a231253 100644 --- a/tests/tofu/main.tf +++ b/tests/tofu/main.tf @@ -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"