• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Configurations files for art LUCI builders.
2
3This directory contains art's configs for its LUCI builders.
4
5They are generated by the [lucicfg] tool based on Starlark code.
6See [main.star] for configs of production builders.
7
8After modifying any of the files, run `./main.star` to regenerate the configs.
9
10There are currently two helper scripts `format.sh` and `validate.sh`;
11Format is akin to `go fmt` and will automatically re-format the .star files.
12Validate will check to make sure the files are formatted and that their output
13matches the files in the `generated` directory (there is a TODO to integrate
14this with presubmit).
15
16Currently active version can be checked at
17https://luci-config.appspot.com/#/projects/art .
18
19[lucicfg]: https://chromium.googlesource.com/infra/luci/luci-go/+/refs/heads/main/lucicfg/doc/README.md
20[main.star]: ./main.star
21