Skip to content

Commit

Permalink
Fix new installer test (istio#16258)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored and istio-testing committed Aug 14, 2019
1 parent fe43cec commit c58f4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c58f4bc

Please sign in to comment.