tree: 84eee9eb676d0cb7f4ee981f75c5ae99a92f79a2 [path history] [tgz]
  1. buckets/
  2. consoles/
  3. dev/
  4. generated/
  5. generators/
  6. lib/
  7. validators/
  8. versioned/
  9. dev.star
  10. GOMA_OWNERS
  11. lint-luci-milo.py
  12. main.star
  13. notifiers.star
  14. OWNERS
  15. PRESUBMIT.py
  16. project_pb2.py
  17. README.md
  18. recipes.star
  19. tricium-prod.cfg
infra/config/README.md

IMPORTANT: If you see this in a branch which is not master, this directory has no effect and should be ignored.

This directory contains chromium project-wide configurations for Chrome Operations services. For example, cr-buildbucket.cfg defines builders.

Remember Change these configs on master branch only!

Currently active version can be checked at https://luci-config.appspot.com/#/projects/chromium .

The configuration files are currently in the process of being migrated to lucicfg/starlark. See https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/lucicfg/doc/README.md for more information on lucicfg/starlark. If a hand-written configuration file is still present alongside this file, you can modify that file directly.

The remainder of the configuration files are generated by starlark. The starlark configuration is rooted in main.star and dev.star, which execute other starlark files to generate a subset of the LUCI service configuration files to the generated subdirectory. A presubmit check enforces that the generated files are kept in sync with the generated output of the starlark configuration.

The starlark configuration also copies over the not-yet migrated files to the generated directory, so updating the hand-written configuration files will require re-‘generating’ the configuration.