summaryrefslogtreecommitdiff
path: root/compute
diff options
context:
space:
mode:
authorPrathmesh Prabhu <pprabhu@chromium.org>2015-03-24 14:03:57 -0700
committerPrathmesh Prabhu <pprabhu@chromium.org>2015-03-24 22:20:04 +0000
commit04ee26332c48cd21b6ae034b790b3eb1ebaacfe4 (patch)
tree5cf6a8de638342a2ad6d25ddbcfcc70269438b4d /compute
parentffb9004adf7b283ae368964f5815dadc7f9d84f5 (diff)
downloadchromite-04ee26332c48cd21b6ae034b790b3eb1ebaacfe4.tar.gz
cros_compute: Update base image.
We have updated the base image backing our GCE bots to pick up kernel upgrades. The base image was updated by running $ sudo apt-get update $ sudo apt-get dist-upgrade -y Pick this new image for the botified GCE image. Also, uprev the botified image name so we can get a new image from the base image. BUG=chromium:470156 BUG=chromium:460133 BUG=chromium:470243 TEST=Create a new GCE image and verify it can run pre-cq build. DEPLOY=Create a new GCE image and deploy it to all bots. The listed bugs include fixed bugs where changes will get deployed with this image. Change-Id: Iab1659f41f1db6f14960436c64061437609834cd Reviewed-on: https://chromium-review.googlesource.com/262250 Reviewed-by: Fang Deng <fdeng@chromium.org> Reviewed-by: David James <davidjames@chromium.org> Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Diffstat (limited to 'compute')
-rw-r--r--compute/compute_configs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/compute/compute_configs.py b/compute/compute_configs.py
index 1bbae1e12..7870f654e 100644
--- a/compute/compute_configs.py
+++ b/compute/compute_configs.py
@@ -10,8 +10,8 @@ from chromite.cbuildbot import constants
PROJECT = 'chromeos-bot'
-DEFAULT_BASE_IMAGE = 'ubuntu-14-04-server-v20141016'
-DEFAULT_IMAGE_NAME = 'chromeos-bot-v4'
+DEFAULT_BASE_IMAGE = 'ubuntu-14-04-server-v20150324'
+DEFAULT_IMAGE_NAME = 'chromeos-bot-v5'
DEFAULT_ZONE = 'us-east1-a'
DEFAULT_SCOPES = ('https://www.googleapis.com/auth/devstorage.full_control',
'https://www.googleapis.com/auth/gerritcodereview')