Skip to content

Commit

Permalink
Remove the tests that depend on tf.contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Jan 19, 2020
1 parent 932e052 commit 3d77cdd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...

-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--test_timeout="300,450,1200,3600" --local_test_jobs=4 \
--test_output=errors --verbose_failures=true --keep_going \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--test_timeout="300,450,1200,3600" --local_test_jobs=4 \
--test_output=errors --verbose_failures=true --keep_going \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--test_timeout="300,450,1200,3600" --local_test_jobs=4 \
--test_output=errors --verbose_failures=true --keep_going \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...

0 comments on commit 3d77cdd

Please sign in to comment.