[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:
Eric Van Norman 2020-06-26 14:13:51 -05:00 committed by GitHub
parent 6d077f8705
commit 8e6f9f81bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -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))