Skip to content

Commit

Permalink
GCB Queue TTL (#20748)
Browse files Browse the repository at this point in the history
* Set build q time to 6 hr

* README

* Restyel
  • Loading branch information
aBozowski authored Jul 15, 2022
1 parent 5fcd6ae commit 0eaa37c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
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

0 comments on commit 0eaa37c

Please sign in to comment.