From 1faeb91cc4c49525069b1fadbbccc9644f2064b6 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sat, 6 Feb 2021 09:16:02 -0800 Subject: [PATCH] Set build timeout=800s, goreleaser timeout =720s --- releasing/cloudbuild.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releasing/cloudbuild.yaml b/releasing/cloudbuild.yaml index 67038c2e7..b6697bbb1 100644 --- a/releasing/cloudbuild.yaml +++ b/releasing/cloudbuild.yaml @@ -37,6 +37,7 @@ steps: # Run goreleaser indirectly via a shell script # to configure it properly. - name: goreleaser/goreleaser:v0.138.0 + timeout: 720s entrypoint: /bin/sh dir: myClone secretEnv: ['GITHUB_TOKEN'] @@ -47,6 +48,9 @@ steps: # Use this final arg in a local build, to suppress # the release and leave the 'dist' directory in place. +# Overall timeout +timeout: 800s + # golreleaser expects the GITHUB_TOKEN env var to hold the github token # it needs to write the released package and notes back to github. # The raw token was encrypted by gcloud kms (Key Management Service)