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

     1  luci.project(name = "proj")
     2  luci.custom_role(
     3      name = "customRole/r1",
     4      extends = ["customRole/r2"],
     5  )
     6  
     7  # Expect errors like:
     8  #
     9  # Traceback (most recent call last):
    10  #   //testdata/realms/bad_parent_role.star: in <toplevel>
    11  #   ...
    12  # Error: luci.custom_role("customRole/r1") in "extends" refers to undefined luci.custom_role("customRole/r2")