mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
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:
commit
0ad153c776
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user