wyhong 2e9ba6c350 [Bouffalolab] Add more build options and add zap & matter file for ethernet (#28982) 2 лет назад
..
README.md 0eaa37cb0a GCB Queue TTL (#20748) 3 лет назад
build-all.yaml 2e9ba6c350 [Bouffalolab] Add more build options and add zap & matter file for ethernet (#28982) 2 лет назад
chef.yaml b02c9842e3 Bump cloudbuild for chef to double the time (10h now) since a lot of examples were added and 5h seems to timeout. This may be a temporary fix until we determine what we really want to build (#29207) 2 лет назад
smoke-test.yaml 0bb654317e [cloudbuild] switch to v2 of our build images. (#28476) 2 лет назад

README.md

Setup google cloud integration

Follow https://cloud.google.com/sdk/docs/install.

Running builds

Local execution

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

# Once only setup:
gcloud components install cloud-build-local

# Build using this command from the checkout root
cloud-build-local --config integrations/cloudbuild/build-all.yaml --dryrun=false `pwd`

You can pass in optional argument of --write-workspace=$HOME/tmp/testws to examine the output of the script.

Automated build location

Builds are set up to run automatically, with history available at:

https://console.cloud.google.com/cloud-build/builds?project=matter-build-automation

Official build view permissions

Cloud build and artifact view permissions to the matter-build-automation project are handled through a google group.

For active developers, please request to be included in the matter-open-source-developers-external@google.com group.