mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
change test-e2e-node.sh build service to true
This commit is contained in:
parent
75689dd4d2
commit
291ab39e89
@ -133,9 +133,8 @@ else
|
|||||||
fi
|
fi
|
||||||
# Test using the host the script was run on
|
# Test using the host the script was run on
|
||||||
# Provided for backwards compatibility
|
# Provided for backwards compatibility
|
||||||
set -x
|
|
||||||
"${ginkgo}" --focus=$focus --skip=$skip "${KUBE_ROOT}/test/e2e_node/" --report-dir=${report} \
|
"${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
|
--start-services=true --stop-services=true $test_args
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user