mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
add conformance testdata/ and make it available from bindata
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
8ae26096f7
commit
b6a07b92fc
@ -44,6 +44,7 @@ BINDATA_OUTPUT="test/e2e/generated/bindata.go"
|
||||
# test/e2e/generated/BUILD and/or build/bindata.bzl.
|
||||
go-bindata -nometadata -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
|
||||
-ignore .jpg -ignore .png -ignore .md -ignore 'BUILD(\.bazel)?' \
|
||||
"test/conformance/testdata/..." \
|
||||
"test/e2e/testing-manifests/..." \
|
||||
"test/e2e_node/testing-manifests/..." \
|
||||
"test/images/..." \
|
||||
|
@ -23,6 +23,7 @@ go_library(
|
||||
go_bindata(
|
||||
name = "bindata",
|
||||
srcs = [
|
||||
"//test/conformance/testdata:all-srcs",
|
||||
"//test/e2e/testing-manifests:all-srcs",
|
||||
"//test/e2e_node/testing-manifests:all-srcs",
|
||||
"//test/fixtures:all-srcs",
|
||||
|
Loading…
Reference in New Issue
Block a user