• Home
Name Date Size #Lines LOC

..--

generated/03-May-2024-1,6381,621

README.mdD03-May-2024856 2114

format.shD03-May-202498 41

luci-notify.templateD03-May-2024916 3936

main.starD03-May-20247.8 KiB236179

validate.shD03-May-2024258 71

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