Merge pull request #29488 from coufon/newest

Automatic merge from submit-queue

change test-e2e-node.sh build service to true

Change build_service in test-e2e-node.sh to true @Random-Liu
This commit is contained in:
k8s-merge-robot 2016-07-23 09:01:13 -07:00 committed by GitHub
commit 0ad153c776

View File

@ -133,9 +133,8 @@ else
fi
# Test using the host the script was run on
# Provided for backwards compatibility
set -x
"${ginkgo}" --focus=$focus --skip=$skip "${KUBE_ROOT}/test/e2e_node/" --report-dir=${report} \
-- --alsologtostderr --v 2 --node-name $(hostname) --build-services=false \
-- --alsologtostderr --v 2 --node-name $(hostname) --build-services=true \
--start-services=true --stop-services=true $test_args
exit $?
fi