Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Cherry-pick - GCB Queue TTL, Chef build size limit increase (#5)
Browse files Browse the repository at this point in the history
* GCB Queue TTL (project-chip#20748)

* Set build q time to 6 hr

* README

* Restyel

* Chef - Increase cloudbuild size limit (project-chip#21119)

Co-authored-by: Austin Bozowski <[email protected]>
  • Loading branch information
cpagravel and aBozowski authored Jul 22, 2022
1 parent 28e3d28 commit afc3097
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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
3 changes: 2 additions & 1 deletion integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ steps:
logsBucket: matter-build-automation-build-logs

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

artifacts:
objects:
Expand Down
3 changes: 2 additions & 1 deletion integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ logsBucket: matter-build-automation-build-logs

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

artifacts:
objects:
Expand All @@ -53,4 +54,4 @@ artifacts:
# slow.
options:
machineType: "E2_HIGHCPU_32"
diskSizeGb: 200
diskSizeGb: 500
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 afc3097

Please sign in to comment.