Skip to content

Commit

Permalink
Merge pull request #11177 from rifelpet/postsubmit
Browse files Browse the repository at this point in the history
Increase timeout and update images for postsubmit job
  • Loading branch information
k8s-ci-robot authored Apr 5, 2021
2 parents 5e0835d + 467a610 commit 79d4f6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 79d4f6e

Please sign in to comment.