File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,24 +194,24 @@ test:
194
194
195
195
e2e-test :
196
196
@if [ -z ${KUBECONFIG} ]; then echo " [ERR] KUBECONFIG missing, must be defined" ; exit 1; fi
197
- $(GO_CMD ) test -v ./test/e2e/ -args -nfd.repo=$(IMAGE_REPO ) -nfd.tag=$(IMAGE_TAG_NAME ) \
197
+ $(GO_CMD ) test -timeout=1h -v ./test/e2e/ -args \
198
+ -nfd.repo=$(IMAGE_REPO ) -nfd.tag=$(IMAGE_TAG_NAME ) \
198
199
-kubeconfig=$(KUBECONFIG ) \
199
200
-nfd.e2e-config=$(E2E_TEST_CONFIG ) \
200
201
-nfd.pull-if-not-present=$(E2E_PULL_IF_NOT_PRESENT ) \
201
202
-ginkgo.focus=" \[k8s-sigs\/node-feature-discovery\]" \
202
203
-ginkgo.label-filter=$(E2E_GINKGO_LABEL_FILTER ) \
203
204
-ginkgo.v \
204
- -test.timeout=1h \
205
205
$(if $(OPENSHIFT ) ,-nfd.openshift,)
206
206
if [ " $( E2E_TEST_FULL_IMAGE) " = " true" ]; then \
207
- $(GO_CMD ) test -v ./test/e2e/ -args -nfd.repo=$(IMAGE_REPO ) -nfd.tag=$(IMAGE_TAG_NAME ) -full \
207
+ $(GO_CMD ) test -timeout=1h -v ./test/e2e/ -args \
208
+ -nfd.repo=$(IMAGE_REPO ) -nfd.tag=$(IMAGE_TAG_NAME ) -full \
208
209
-kubeconfig=$(KUBECONFIG ) \
209
210
-nfd.e2e-config=$(E2E_TEST_CONFIG ) \
210
211
-nfd.pull-if-not-present=$(E2E_PULL_IF_NOT_PRESENT ) \
211
212
-ginkgo.focus=" \[k8s-sigs\/node-feature-discovery\]" \
212
213
-ginkgo.label-filter=$(E2E_GINKGO_LABEL_FILTER ) \
213
214
-ginkgo.v \
214
- -test.timeout=1h \
215
215
$(if $(OPENSHIFT ) ,-nfd.openshift,) ; \
216
216
fi
217
217
You can’t perform that action at this time.
0 commit comments