mirror of https://github.com/kubernetes/kops.git
Update GCB jobs to use bazel 2.2.0
This commit is contained in:
parent
5b76715562
commit
9754e80a93
|
|
@ -5,7 +5,7 @@ options:
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
# Start by just pushing the image
|
# 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
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
# _GIT_TAG is not a valid semver, we use CI=1 instead
|
# _GIT_TAG is not a valid semver, we use CI=1 instead
|
||||||
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
- DOCKER_IMAGE_PREFIX=$_DOCKER_IMAGE_PREFIX
|
- DOCKER_IMAGE_PREFIX=$_DOCKER_IMAGE_PREFIX
|
||||||
args:
|
args:
|
||||||
- kops-controller-push
|
- 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
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
# _GIT_TAG is not a valid semver, we use CI=1 instead
|
# _GIT_TAG is not a valid semver, we use CI=1 instead
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue