Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cloudbuild] support for queuettl #60

Open
bradrydzewski opened this issue Mar 29, 2023 · 0 comments
Open

[cloudbuild] support for queuettl #60

bradrydzewski opened this issue Mar 29, 2023 · 0 comments
Labels
cloudbuild Google Cloud Build conversion target gap Harness product gap wontfix This will not be worked on

Comments

@bradrydzewski
Copy link
Member

bradrydzewski commented Mar 29, 2023

Google Cloud Build supports a queue timeout
https://cloud.google.com/build/docs/build-config-file-schema#queuettl

Use the queueTtl field to specify the amount of time a build can be queued. If a build is in the queue for longer than the value set in queueTtl, the build expires and the build status is set to EXPIRED. If no value is provided, Cloud Build uses the default value of 3600s (1 hour). queueTtl starts ticking from createTime. queueTtl must be specified in seconds with up to nine fractional digits, terminated by 's', for example, 3.5s.

steps:
- name: 'ubuntu'
 args: ['sleep', '5']
timeout: 20s
queueTtl: 10s
@bradrydzewski bradrydzewski added gap Harness product gap cloudbuild Google Cloud Build conversion target wontfix This will not be worked on labels Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloudbuild Google Cloud Build conversion target gap Harness product gap wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant