• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Nov-2020-

buckets/H12-Nov-2020-3,9253,180

consoles/H12-Nov-2020-4,6904,649

dev/H12-Nov-2020-251226

generated/H12-Nov-2020-48,28948,155

generators/H12-Nov-2020-254197

lib/H12-Nov-2020-1,3151,093

validators/H12-Nov-2020-2519

versioned/H12-Nov-2020-3,1592,797

GOMA_OWNERSH A D07-Nov-202081 54

OWNERSH A D07-Nov-202064 32

PRESUBMIT.pyH A D07-Nov-20201.8 KiB5337

README.mdH A D07-Nov-20201.3 KiB2821

dev.starH A D07-Nov-20201.4 KiB5544

lint-luci-milo.pyH A D07-Nov-20203.6 KiB10364

main.starH A D07-Nov-20205.5 KiB168129

notifiers.starH A D07-Nov-2020602 3228

project_pb2.pyH A D07-Nov-202019.7 KiB521473

recipes.starH A D07-Nov-20202.1 KiB11991

tricium-prod.cfgH A D07-Nov-20202.4 KiB11699

README.md

1**IMPORTANT:** If you see this in a branch which is not `master`,
2**this directory has no effect and should be ignored.**
3
4This directory contains chromium project-wide configurations
5for Chrome Operations services.
6For example, [cr-buildbucket.cfg](cr-buildbucket.cfg) defines builders.
7
8**Remember** Change these configs on `master` branch only!
9
10Currently active version can be checked at
11https://luci-config.appspot.com/#/projects/chromium .
12
13The configuration files are currently in the process of being migrated to
14lucicfg/starlark. See
15https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/lucicfg/doc/README.md
16for more information on lucicfg/starlark. If a hand-written configuration file
17is still present alongside this file, you can modify that file directly.
18
19The remainder of the configuration files are generated by starlark. The starlark
20configuration is rooted in main.star and dev.star, which execute other starlark
21files to generate a subset of the LUCI service configuration files to the
22`generated` subdirectory. A presubmit check enforces that the generated files
23are kept in sync with the generated output of the starlark configuration.
24
25The starlark configuration also copies over the not-yet migrated files to the
26`generated` directory, so updating the hand-written configuration files will
27require re-'generating' the configuration.
28