Add BuildKite pipeline filegroup. Make platforms_bzl more widely visible.

PiperOrigin-RevId: 454040412
This commit is contained in:
Etienne Perot
2022-06-09 16:39:32 -07:00
committed by gVisor bot
parent f842ce5ff5
commit cbbcf93443
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -63,6 +63,12 @@ yaml_test(
schema = "@github_workflow_schema//file",
)
filegroup(
name = "buildkite_pipelines",
srcs = glob([".buildkite/*.yaml"]),
visibility = ["//:sandbox"],
)
yaml_test(
name = "buildkite_pipelines_test",
srcs = glob([".buildkite/*.yaml"]),
+1 -1
View File
@@ -8,7 +8,7 @@ package(
bzl_library(
name = "platforms_bzl",
srcs = ["platforms.bzl"],
visibility = ["//visibility:private"],
visibility = ["//:sandbox"],
)
bzl_library(