mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Update BUILD file to include e2e_node tests
This commit is contained in:
parent
025f946784
commit
6318fcca85
@ -30,9 +30,12 @@ filegroup(
|
|||||||
|
|
||||||
genrule(
|
genrule(
|
||||||
name = "list_conformance_tests",
|
name = "list_conformance_tests",
|
||||||
srcs = ["//test/e2e:all-srcs"],
|
srcs = [
|
||||||
|
"//test/e2e:all-srcs",
|
||||||
|
"//test/e2e_node:all-srcs",
|
||||||
|
],
|
||||||
outs = ["conformance.txt"],
|
outs = ["conformance.txt"],
|
||||||
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) > $@",
|
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) $(locations //test/e2e_node:all-srcs) > $@",
|
||||||
message = "Listing all conformance tests.",
|
message = "Listing all conformance tests.",
|
||||||
tools = [":conformance"],
|
tools = [":conformance"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user