gecko-dev/third_party/libwebrtc/infra/config
Nico Grunbaum 933cc43f96 Bug 1892299 - Vendor libwebrtc from c6e06aef5e
Upstream commit: https://webrtc.googlesource.com/src/+/c6e06aef5ea9e84135192a48a242b6d8314cb449
    Re-enable msan bots

    Bug: b/329130536
    Change-Id: I4bc9102a3fda16121cb42d682f80a7b124daed42
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/343180
    Reviewed-by: Jeremy Leconte <jleconte@google.com>
    Commit-Queue: Björn Terelius <terelius@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#41905}
2024-05-02 01:45:06 -07:00
..
generated
luci-notify/email-templates
PRESUBMIT.py
README.md
codereview.settings
commit-queue.cfg Bug 1892299 - Vendor libwebrtc from c6e06aef5e 2024-05-02 01:45:06 -07:00
config.star Bug 1892299 - Vendor libwebrtc from c6e06aef5e 2024-05-02 01:45:06 -07:00
console-header.textpb
cr-buildbucket.cfg Bug 1892299 - Vendor libwebrtc from c6e06aef5e 2024-05-02 01:45:06 -07:00
luci-analysis.cfg
luci-logdog.cfg
luci-milo.cfg Bug 1883116 - Vendor libwebrtc from e6df126b79 2024-03-15 14:14:14 -06:00
luci-notify.cfg Bug 1892299 - Vendor libwebrtc from c6e06aef5e 2024-05-02 01:45:06 -07:00
luci-scheduler.cfg
project.cfg Bug 1892299 - Vendor libwebrtc from 793add9dfb 2024-04-29 20:48:34 -07:00
realms.cfg

README.md

infra/config folder

This folder 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.

Uploading changes

It is recommended to have a separate checkout for this branch, so switching to/from it does not populate/delete all files in the main branch.

Initial setup:

git clone https://webrtc.googlesource.com/src/

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.

Activating the changes

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.