go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/cq/no_committers.star (about)

     1  luci.project(name = "zzz")
     2  
     3  luci.cq_group(
     4      name = "group",
     5      watch = cq.refset("https://example.googlesource.com/repo"),
     6      acls = [
     7          acl.entry(acl.CQ_DRY_RUNNER, groups = ["running dry"]),
     8      ],
     9  )
    10  
    11  # Expect errors like:
    12  #
    13  # Traceback (most recent call last):
    14  #   //testdata/cq/no_committers.star: in <toplevel>
    15  #   ...
    16  # Error: at least one CQ_COMMITTER acl.entry must be specified (either here or in luci.project)