mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +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
|
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