go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/misc/custom_luci_config_dir.star (about) 1 luci.project( 2 name = "project", 3 config_dir = "abc/./././/def", 4 ) 5 6 # Expect configs: 7 # 8 # === abc/def/project.cfg 9 # name: "project" 10 # === 11 # 12 # === abc/def/realms.cfg 13 # realms { 14 # name: "@root" 15 # } 16 # ===