diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 75f6855e0358c..78349026d71a3 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,11 +1,11 @@ # See https://cloud.google.com/cloud-build/docs/build-config -timeout: 1200s +timeout: 1800s options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: # Push the images -- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-experimental' +- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210330-fadf59c-experimental' id: images entrypoint: make env: @@ -20,7 +20,7 @@ steps: - dns-controller-push - kube-apiserver-healthcheck-push # Push the artifacts -- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-experimental' +- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210330-fadf59c-experimental' id: artifacts entrypoint: make env: @@ -35,7 +35,7 @@ steps: args: - gcs-upload-and-tag # Push the manifests -- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db' +- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20210331-c732583' id: manifests waitFor: [images] entrypoint: make @@ -50,7 +50,7 @@ steps: - dns-controller-manifest - kube-apiserver-healthcheck-manifest # Build cloudbuild artifacts (for attestation) -- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-experimental' +- name: 'gcr.io/k8s-testimages/kubekins-e2e:v20210330-fadf59c-experimental' id: cloudbuild-artifacts entrypoint: make env: