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

GCB Queue TTL #20748

Merged
merged 3 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion integrations/cloudbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Follow https://cloud.google.com/sdk/docs/install.

#### Local execution

In order to test locally, comment out the `machineType` entry in the build yaml.
In order to test locally, comment out the `machineType` and `queueTtl` entry in
the build yaml.

```
# Once only setup:
Expand Down
1 change: 1 addition & 0 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
timeout: 21600s
queueTtl: 21600s

artifacts:
objects:
Expand Down
1 change: 1 addition & 0 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
timeout: 14400s
queueTtl: 21600s

artifacts:
objects:
Expand Down
1 change: 1 addition & 0 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
timeout: 9000s
queueTtl: 21600s

artifacts:
objects:
Expand Down