Patrick Meiring dbfa78114b Revert "Add cluster rules, fix bug instance"
This reverts commit afe1680609ac6e4370b9976265888ded15599ce3.

Reason for revert: Bad configuration, causes alerts to fire in Weetbix dev/prod.

Original change's description:
> Add cluster rules, fix bug instance
>
> Bug: b/227310186
> Change-Id: I39fa3204f0dd6b514dc468b29faa819c644486a8
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262942
> Commit-Queue: Christoffer Jansson <jansson@webrtc.org>
> Reviewed-by: Jeremy Leconte <jleconte@google.com>
> Cr-Commit-Position: refs/heads/main@{#36943}

Bug: b/227310186
Change-Id: I8a0fd8662765b50175960bc28fae5c3254588772
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263100
Auto-Submit: Patrick Meiring <meiring@google.com>
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36962}
2022-05-23 07:12:10 +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 master 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.