From c58f4bc7c19d24ddd59d00c30d3e5fef1ac4ab37 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 14 Aug 2019 08:01:39 -0700 Subject: [PATCH] Fix new installer test (#16258) --- tests/integration/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tests.mk b/tests/integration/tests.mk index 4ca029352430..27709962a026 100644 --- a/tests/integration/tests.mk +++ b/tests/integration/tests.mk @@ -64,7 +64,7 @@ NEW_INSTALLER_TARGETS = $(shell GOPATH=${GOPATH} go list ../istio/tests/integrat # Runs tests using the new installer. Istio is deployed before the test and setup and cleanup are disabled. # For this to work, the -customsetup selector is used. test.integration.new.installer: | $(JUNIT_REPORT) - KUBECONFIG=${INTEGRATION_TEST_KUBECONFIG} kubectl apply -k github.com/istio/installer/crds + KUBECONFIG=${INTEGRATION_TEST_KUBECONFIG} kubectl apply -k github.com/istio/installer/kustomize/cluster KUBECONFIG=${INTEGRATION_TEST_KUBECONFIG} kubectl apply -k github.com/istio/installer/test/demo mkdir -p $(dir $(JUNIT_UNIT_TEST_XML)) $(GO) test -p 1 ${T} ${NEW_INSTALLER_TARGETS} ${_INTEGRATION_TEST_WORKDIR_FLAG} ${_INTEGRATION_TEST_CIMODE_FLAG} -timeout 30m \