webrtc/infra/config
Jeremy Leconte 6f9db9ffc6 Revert "Disable android_chromium_compile from CQ."
This reverts commit 7ec1333a0b.

Reason for revert: issue seems to be fixed

Original change's description:
> Disable android_chromium_compile from CQ.
>
> Change-Id: Iaa9095b5a7f2cce02a59590a29e13cb0c06fa620
> Bug: None
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/453261
> Commit-Queue: Harald Alvestrand <hta@webrtc.org>
> Auto-Submit: Jeremy Leconte <jleconte@google.com>
> Reviewed-by: Harald Alvestrand <hta@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#47030}

Bug: None
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I090fa2a5cb339228d48edd73280f1f619ebbc3f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/453400
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#47042}
2026-03-03 23:09:25 -08:00
..
generated Revert "Disable android_chromium_compile from CQ." 2026-03-03 23:09:25 -08:00
templates Move the generated files to a generated/luci folder. 2025-09-05 11:54:55 -07:00
builders.star Revert "Disable android_chromium_compile from CQ." 2026-03-03 23:09:25 -08:00
codereview.settings Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
config.star Allow ci scheduler to retry build on cron and perf bucket. 2026-03-03 00:17:23 -08:00
console-header.textpb Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
luci-analysis.cfg Update Luci analysis config to use buganizer and new pattern 2025-09-05 03:52:51 -07:00
PACKAGE.lock Move the generated files to a generated/luci folder. 2025-09-05 11:54:55 -07:00
PACKAGE.star Move the generated files to a generated/luci folder. 2025-09-05 11:54:55 -07:00
PRESUBMIT.py Python3 for infra/config presubmit 2022-11-08 10:14:54 +00:00
README.md Update documentation links in infra/config/README.md 2023-02-20 16:31:54 +00:00

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.