Bump container-vm version in config-test.sh

So we can qualify the new container-vm image against our full set of
active tests.
This commit is contained in:
Michael Taufen 2016-10-27 09:38:23 -07:00
parent 634df04128
commit c6ab060fa1

View File

@ -44,7 +44,7 @@ NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}}
# containervm. If you are updating the containervm version, update this
# variable. Also please update corresponding image for node e2e at:
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
CVM_VERSION=container-v1-3-v20160604
CVM_VERSION=container-vm-v20161025
GCI_VERSION="gci-dev-55-8872-18-0"
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-google-containers}