From c6ab060fa1fb56813c1784d16494d93f2f410c55 Mon Sep 17 00:00:00 2001 From: Michael Taufen Date: Thu, 27 Oct 2016 09:38:23 -0700 Subject: [PATCH] Bump container-vm version in config-test.sh So we can qualify the new container-vm image against our full set of active tests. --- cluster/gce/config-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 930247045da..f118718c16e 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -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}