Remove //tensorflow/tools/... from the test targets.

Not tested on 1.15.0 release, no need to test now.
This commit is contained in:
Mihai Maruseac 2020-01-20 20:06:09 -08:00
parent 0905326656
commit 8f8792f1fe
3 changed files with 3 additions and 3 deletions

View File

@ -47,4 +47,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/... -//tensorflow/tools/...

View File

@ -47,4 +47,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/... -//tensorflow/tools/...

View File

@ -47,4 +47,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/... -//tensorflow/tools/...