webrtc/infra/config
Jeremy Leconte 894f61772d Increase timeout to 3h for bots that compile Chromium.
This is to prevent timeouts like this one:
https://ci.chromium.org/ui/p/webrtc/builders/try/linux_chromium_compile_dbg/33279/overview

Change-Id: I88eb7db91dba3c1b19b2fb1785796df2ac4d0374
Bug: b/280969636
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304640
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40018}
2023-05-09 09:18:40 +00:00
..
generated Reland "Add 2 additional tests config in waterfalls.pyl." 2022-04-04 19:11:38 +00:00
luci-notify/email-templates Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
codereview.settings Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
commit-queue.cfg Allow non-committers to trigger dry-run of already LGTMed CLs 2023-05-05 19:46:03 +00:00
config.star Increase timeout to 3h for bots that compile Chromium. 2023-05-09 09:18:40 +00:00
console-header.textpb Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
cr-buildbucket.cfg Increase timeout to 3h for bots that compile Chromium. 2023-05-09 09:18:40 +00:00
luci-analysis.cfg Set the correct priority and issue type field ids for luci analysis. 2023-03-10 08:23:33 +00:00
luci-logdog.cfg Copy infra/config in the main branch. 2022-03-14 07:45:10 +00:00
luci-milo.cfg Allocate specific bots to compile Chromium. 2023-05-05 09:27:26 +00:00
luci-notify.cfg Add a new webrtc_linux_chromium bot. 2023-02-16 07:47:01 +00:00
luci-scheduler.cfg Run iOS sim bots on versions 14, 15 and 16. 2023-01-18 10:28:02 +00:00
PRESUBMIT.py Python3 for infra/config presubmit 2022-11-08 10:14:54 +00:00
project.cfg Increase timeout to 3h for bots that compile Chromium. 2023-05-09 09:18:40 +00:00
README.md Update documentation links in infra/config/README.md 2023-02-20 16:31:54 +00:00
realms.cfg Reland "Remove old Nexus perf bots" 2022-12-20 13:34:59 +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.