For perf tests specify that Android builders should be in Docker

and Linux builder shouldn't (because it actually builds stuff and needs performance).
The distinction is important because they're both just Linux machines in pool:luci.webrtc.ci and would otherwise be intermixed.

Bug: chromium:908001
Change-Id: I306e5dd06e945b38887d3dfc63be46eec84c0139
Reviewed-on: https://webrtc-review.googlesource.com/c/113063
Reviewed-by: Artem Titarenko <artit@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
1 file changed
tree: 50d20e619ae9920fbbe7a8981b80b9b268bf5048
  1. luci-notify/
  2. codereview.settings
  3. cr-buildbucket.cfg
  4. luci-logdog.cfg
  5. luci-milo.cfg
  6. luci-notify.cfg
  7. luci-scheduler.cfg
  8. PRESUBMIT.py
  9. project.cfg
  10. README.md
README.md

infra/config branch

This branch contains WebRTC project-wide configurations for chrome infra services.

For example, cr-buildbucket.cfg defines builders.

Making 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/ -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 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.