Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
generated/ | 03-May-2024 | - | 1,638 | 1,621 | ||
README.md | D | 03-May-2024 | 856 | 21 | 14 | |
format.sh | D | 03-May-2024 | 98 | 4 | 1 | |
luci-notify.template | D | 03-May-2024 | 916 | 39 | 36 | |
main.star | D | 03-May-2024 | 7.8 KiB | 236 | 179 | |
validate.sh | D | 03-May-2024 | 258 | 7 | 1 |
README.md
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