| commit | 9ca30918f0698abc4999c0df28b64daad3b0fe0d | [log] [tgz] |
|---|---|---|
| author | Christoffer Jansson <jansson@google.com> | Tue Jun 22 14:02:31 2021 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 28 14:35:55 2021 |
| tree | 95422906c40705ad6cd6d4afe8672bebe55e3d95 | |
| parent | c20ed6b66f68563a0de078d3b6766d20f6e6be4f [diff] |
Update console src link to main No-Tree-Checks: True Bug:webrtc:12895 Change-Id: I07a04801ceb6e1ab7186cc588450f8114bb43625 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/223343 Commit-Queue: Christoffer Jansson <jansson@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
This branch contains WebRTC project-wide configurations for Chrome infra services, mainly the CI system (console).
*.cfg files are the actual configuration that LUCI looks at. They are in protocol buffer text format. For example, cr-buildbucket.cfg defines builders.
However, they are all automatically generated from the Starlark script config.star that defines a unified config using lucicfg. The main body of the config is at the bottom of the file, following all the helper definitions.
lucicfg should be available as part of depot_tools. After editing config.star you should run lucicfg generate config.star to re-generate *.cfg files. Check the diffs in generated files to confirm that your change worked as expected. Both the code change and the generated changes need to be committed together.
It is recommended to have a separate checkout for this branch, so switching to/from it does not populate/delete all files in the master branch.
Initial setup:
git clone https://webrtc.googlesource.com/src/ -b infra/config --single-branch config cd config git config depot-tools.upstream origin/infra/config
Now you can create a new branch to make changes:
git new-branch add-new-builder # edit/generate files git commit -a git cl upload
Changes can be reviewed on Gerrit and submitted with commit queue as usual.
Any changes to this directory go live soon after landing, without any additional steps. You can see the status or force a refresh of the config at luci-config.