mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Set build timeout=800s, goreleaser timeout =720s
This commit is contained in:
@@ -37,6 +37,7 @@ steps:
|
|||||||
# Run goreleaser indirectly via a shell script
|
# Run goreleaser indirectly via a shell script
|
||||||
# to configure it properly.
|
# to configure it properly.
|
||||||
- name: goreleaser/goreleaser:v0.138.0
|
- name: goreleaser/goreleaser:v0.138.0
|
||||||
|
timeout: 720s
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
dir: myClone
|
dir: myClone
|
||||||
secretEnv: ['GITHUB_TOKEN']
|
secretEnv: ['GITHUB_TOKEN']
|
||||||
@@ -47,6 +48,9 @@ steps:
|
|||||||
# Use this final arg in a local build, to suppress
|
# Use this final arg in a local build, to suppress
|
||||||
# the release and leave the 'dist' directory in place.
|
# 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
|
# golreleaser expects the GITHUB_TOKEN env var to hold the github token
|
||||||
# it needs to write the released package and notes back to github.
|
# it needs to write the released package and notes back to github.
|
||||||
# The raw token was encrypted by gcloud kms (Key Management Service)
|
# The raw token was encrypted by gcloud kms (Key Management Service)
|
||||||
|
|||||||
Reference in New Issue
Block a user