blob: 817b80c3cbe9af0bfd5252fc8e5a77f039c67802 [file] [log] [blame]
def job_lists(name, visibility):
jobs = native.existing_rules()
native.filegroup(
name = name,
srcs = [j for j in jobs if j.endswith("/all")],
visibility = visibility,
)