File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results
120
120
121
121
.PHONY : .vm-nfr-test
122
122
.vm-nfr-test : # # Runs the NFR tests on the GCP VM (called by `nfr-test`)
123
- go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going --fail-on-pending \
123
+ go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going \
124
124
--trace -r -v --buildvcs --force-newlines $(GITHUB_OUTPUT ) \
125
125
--label-filter " nfr" $(GINKGO_FLAGS ) --timeout 5h ./suite -- --gateway-api-version=$(GW_API_VERSION ) \
126
126
--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
132
132
.PHONY : test
133
133
test : build-crossplane-image # # Runs the functional tests on your kind k8s cluster
134
134
kind load docker-image nginx-crossplane:latest --name $(CLUSTER_NAME )
135
- go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going --fail-on-pending \
135
+ go run github.com/onsi/ginkgo/v2/ginkgo --randomize-all --randomize-suites --keep-going \
136
136
--trace -r -v --buildvcs --force-newlines $(GITHUB_OUTPUT ) \
137
137
--label-filter " functional" $(GINKGO_FLAGS ) ./suite -- \
138
138
--gateway-api-version=$(GW_API_VERSION ) --gateway-api-prev-version=$(GW_API_PREV_VERSION ) \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
// This test installs the latest released version of NGF, then upgrades to the edge version (or dev version).
27
27
// During the upgrade, traffic is continuously sent to ensure no downtime.
28
28
// We also check that the leader election lease has been updated, and that Gateway updates are processed.
29
- var _ = Describe ("Upgrade testing" , Label ("nfr" , "upgrade" ), func () {
29
+ var _ = PDescribe ("Upgrade testing" , Label ("nfr" , "upgrade" ), func () {
30
30
var (
31
31
files = []string {
32
32
"ngf-upgrade/cafe.yaml" ,
You can’t perform that action at this time.
0 commit comments