mirror of https://github.com/kubernetes/kops.git
Use Bazel 3.4.1 for postsubmit jobs
This commit is contained in:
parent
0410058bb0
commit
cb4a203143
|
@ -5,7 +5,7 @@ options:
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
# Push the images
|
# Push the images
|
||||||
- name: 'gcr.io/k8s-testimages/bazelbuild:v20200824-5d057db-2.2.0'
|
- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-experimental'
|
||||||
id: images
|
id: images
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
@ -20,7 +20,7 @@ steps:
|
||||||
- dns-controller-push
|
- dns-controller-push
|
||||||
- kube-apiserver-healthcheck-push
|
- kube-apiserver-healthcheck-push
|
||||||
# Push the artifacts
|
# Push the artifacts
|
||||||
- name: 'gcr.io/k8s-testimages/bazelbuild:v20200824-5d057db-2.2.0'
|
- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-experimental'
|
||||||
id: artifacts
|
id: artifacts
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue