From 467a6109eb6e523e75b02ec5417ec88d4f059a89 Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Sun, 4 Apr 2021 17:58:47 -1000 Subject: [PATCH] Increase timeout and update images for postsubmit job --- cloudbuild.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: