From 9754e80a93488eb6452bb7dc911cff75e349b54c Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Sat, 4 Apr 2020 21:36:57 -0500 Subject: [PATCH] Update GCB jobs to use bazel 2.2.0 --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 284caf82fc..e67d858127 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -5,7 +5,7 @@ options: machineType: 'N1_HIGHCPU_8' steps: # Start by just pushing the image -- name: 'gcr.io/k8s-testimages/bazelbuild:v20190916-ec59af8-0.29.1' +- name: 'gcr.io/k8s-testimages/bazelbuild:v20200405-02a6dff-2.2.0' entrypoint: make env: # _GIT_TAG is not a valid semver, we use CI=1 instead @@ -16,7 +16,7 @@ steps: - DOCKER_IMAGE_PREFIX=$_DOCKER_IMAGE_PREFIX args: - kops-controller-push -- name: 'gcr.io/k8s-testimages/bazelbuild:v20190916-ec59af8-0.29.1' +- name: 'gcr.io/k8s-testimages/bazelbuild:v20200405-02a6dff-2.2.0' entrypoint: make env: # _GIT_TAG is not a valid semver, we use CI=1 instead