Use standalone recipe for iOS try builders.

This CL is to submit along with https://chromium-review.googlesource.com/c/chromium/tools/build/+/3484059.

Bug: webrtc:12768
Change-Id: I8118a3e6db70d2e9cee04a46a8ccf29414d83c7b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252980
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
2 files changed
tree: 80620391a456425c1c2d836f44f1684b0779da57
  1. luci-notify/
  2. codereview.settings
  3. commit-queue.cfg
  4. config.star
  5. console-header.textpb
  6. cr-buildbucket.cfg
  7. luci-logdog.cfg
  8. luci-milo.cfg
  9. luci-notify.cfg
  10. luci-scheduler.cfg
  11. OWNERS
  12. PRESUBMIT.py
  13. project.cfg
  14. README.md
  15. realms.cfg
README.md

infra/config branch

This branch 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/ -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/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.