mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1500 from marquiz/devel/makefile-fix-e2e
Makefile: fix e2e-testing of the full image
This commit is contained in:
commit
c0d79051c0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -198,7 +198,7 @@ e2e-test:
|
|||
-ginkgo.v \
|
||||
-test.timeout=1h \
|
||||
$(if $(OPENSHIFT),-nfd.openshift,)
|
||||
@if [ "$(E2E_TEST_FULL_IMAGE)" = "true" ]; then \
|
||||
if [ "$(E2E_TEST_FULL_IMAGE)" = "true" ]; then \
|
||||
$(GO_CMD) test -v ./test/e2e/ -args -nfd.repo=$(IMAGE_REPO) -nfd.tag=$(IMAGE_TAG_NAME)-full \
|
||||
-kubeconfig=$(KUBECONFIG) \
|
||||
-nfd.e2e-config=$(E2E_TEST_CONFIG) \
|
||||
|
@ -207,7 +207,7 @@ e2e-test:
|
|||
-ginkgo.label-filter=$(E2E_GINKGO_LABEL_FILTER) \
|
||||
-ginkgo.v \
|
||||
-test.timeout=1h \
|
||||
$(if $(OPENSHIFT),-nfd.openshift,)
|
||||
$(if $(OPENSHIFT),-nfd.openshift,); \
|
||||
fi
|
||||
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue