cert-manager/test/integration/BUILD.bazel
joshvanl 5f1249efe9 Adds issuer and cluster issuer integration tests to ensure mapped
conditions

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2022-02-11 16:26:56 +00:00

28 lines
883 B
Python

filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//test/integration/acme:all-srcs",
"//test/integration/certificates:all-srcs",
"//test/integration/conversion:all-srcs",
"//test/integration/ctl:all-srcs",
"//test/integration/framework:all-srcs",
"//test/integration/fuzz/acme:all-srcs",
"//test/integration/fuzz/cert-manager:all-srcs",
"//test/integration/issuers:all-srcs",
"//test/integration/rfc2136_dns01:all-srcs",
"//test/integration/validation:all-srcs",
"//test/integration/versionchecker:all-srcs",
"//test/integration/webhook:all-srcs",
],
tags = ["automanaged"],
visibility = ["//visibility:public"],
)