From cedd023a0ea34a93344e8aa96e3d8c239ec7d7e6 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Sun, 1 Jun 2025 09:32:59 -0600 Subject: [PATCH] Skip full upgrade test suite --- tests/Makefile | 4 ++-- tests/suite/upgrade_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 193802fccc..28e6a302d3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -120,7 +120,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 \ + go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going \ --trace -r -v --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) \ @@ -132,7 +132,7 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results .PHONY: test test: build-crossplane-image ## Runs the functional tests on your kind k8s cluster kind load docker-image nginx-crossplane:latest --name $(CLUSTER_NAME) - go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going --fail-on-pending \ + go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going \ --trace -r -v --buildvcs --force-newlines $(GITHUB_OUTPUT) \ --label-filter "functional" $(GINKGO_FLAGS) ./suite -- \ --gateway-api-version=$(GW_API_VERSION) --gateway-api-prev-version=$(GW_API_PREV_VERSION) \ diff --git a/tests/suite/upgrade_test.go b/tests/suite/upgrade_test.go index f327817129..65caf4f271 100644 --- a/tests/suite/upgrade_test.go +++ b/tests/suite/upgrade_test.go @@ -26,7 +26,7 @@ import ( // This test installs the latest released version of NGF, then upgrades to the edge version (or dev version). // During the upgrade, traffic is continuously sent to ensure no downtime. // We also check that the leader election lease has been updated, and that Gateway updates are processed. -var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() { +var _ = PDescribe("Upgrade testing", Label("nfr", "upgrade"), func() { var ( files = []string{ "ngf-upgrade/cafe.yaml",