12 lines
236 B
Python
12 lines
236 B
Python
filegroup(
|
|
name = "example",
|
|
data = glob(["example-*.yaml"]),
|
|
visibility = ["//python/ray/tests:__pkg__"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "default_config",
|
|
srcs = ["defaults.yaml"],
|
|
visibility = ["//visibility:public"],
|
|
)
|