blob: 794d7b41fd035c64c3db3d48ba7c6a76b3d9d1db [file] [log] [blame]
#!/usr/bin/env lucicfg
# See https://chromium.googlesource.com/infra/luci/luci-go/+/HEAD/lucicfg/doc/README.md
# for information on starlark/lucicfg
load('//project.star', 'master_only_exec')
lucicfg.check_version(
min = '1.13.1',
message = 'Update depot_tools',
)
# Tell lucicfg what files it is allowed to touch
lucicfg.config(
config_dir = 'generated',
tracked_files = [
'cr-buildbucket-dev.cfg',
'luci-logdog-dev.cfg',
'luci-milo-dev.cfg',
'luci-scheduler-dev.cfg',
],
fail_on_warnings = True,
)
master_only_exec('//dev/main.star')