mirror of https://github.com/istio/istio.io.git
[release-1.6] Change makefile target to fix postsubmit test (#7626)
* Change makefile target to fix postsubmit test * Fully remove directory based test target
This commit is contained in:
parent
6d077f8705
commit
8e6f9f81bf
|
@ -39,12 +39,3 @@ test.kube.presubmit: init | $(JUNIT_REPORT)
|
|||
2>&1 | tee >($(JUNIT_REPORT) > $(JUNIT_OUT))
|
||||
|
||||
test.kube.postsubmit: test.kube.presubmit
|
||||
|
||||
test.kube.%: init | $(JUNIT_REPORT)
|
||||
$(eval INTEGRATION_TEST_FLAGS += --istio.test.tag=$(TAG))
|
||||
PATH=${PATH}:${ISTIO_OUT} $(GO) test -p 1 ${T} ./tests/$(subst .,/,$*)/... -timeout 30m \
|
||||
--istio.test.select -postsubmit,-flaky \
|
||||
--istio.test.env kube \
|
||||
${_INTEGRATION_TEST_FLAGS} \
|
||||
2>&1 | tee >($(JUNIT_REPORT) > $(JUNIT_OUT))
|
||||
|
||||
|
|
Loading…
Reference in New Issue