Merge pull request #88924 from dims/add-support-for-listing-conformance-tests-in-e2e.test

Add support for listing conformance tests in e2e.test
This commit is contained in:
Kubernetes Prow Robot
2020-04-15 13:14:45 -07:00
committed by GitHub
7 changed files with 51 additions and 7 deletions

View File

@@ -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/..." \