Merge pull request #87645 from fromanirh/topomgr-e2e-tests

e2e-topology-manager: single-NUMA-node test
This commit is contained in:
Kubernetes Prow Robot
2020-02-14 08:06:19 -08:00
committed by GitHub
14 changed files with 796 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ BINDATA_OUTPUT="test/e2e/generated/bindata.go"
go-bindata -nometadata -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
-ignore .jpg -ignore .png -ignore .md -ignore 'BUILD(\.bazel)?' \
"test/e2e/testing-manifests/..." \
"test/e2e_node/testing-manifests/..." \
"test/images/..." \
"test/fixtures/..."