mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add BuildKite pipeline filegroup. Make platforms_bzl more widely visible.
PiperOrigin-RevId: 454040412
This commit is contained in:
committed by
gVisor bot
parent
f842ce5ff5
commit
cbbcf93443
@@ -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"]),
|
||||
|
||||
@@ -8,7 +8,7 @@ package(
|
||||
bzl_library(
|
||||
name = "platforms_bzl",
|
||||
srcs = ["platforms.bzl"],
|
||||
visibility = ["//visibility:private"],
|
||||
visibility = ["//:sandbox"],
|
||||
)
|
||||
|
||||
bzl_library(
|
||||
|
||||
Reference in New Issue
Block a user