mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Do NOT prepull images for e2e-node jobs
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
988094878e
commit
564c236ce2
@ -84,6 +84,9 @@ if [[ -n ${image_service_endpoint} ]] ; then
|
||||
test_args="--image-service-endpoint=${image_service_endpoint} ${test_args}"
|
||||
fi
|
||||
|
||||
if [[ "${test_args}" != *"prepull-images"* ]]; then
|
||||
test_args="--prepull-images=${PREPULL_IMAGES:-false} ${test_args}"
|
||||
fi
|
||||
|
||||
if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then
|
||||
# The following options are only valid in remote GCE run.
|
||||
|
Loading…
Reference in New Issue
Block a user