aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-05-21 17:45:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-21 17:48:18 -0700
commit7c3cd0842a41aac47069dcf14567b88c32ea7b28 (patch)
tree82d44064de864a532ededda9e30cef3717f74a02 /tensorflow/tools
parentb1139814f91c5216eb5ff229ee7e1982e5f4e888 (diff)
Split generated_examples test into multiple test targets
PiperOrigin-RevId: 197490872
Diffstat (limited to 'tensorflow/tools')
-rwxr-xr-xtensorflow/tools/ci_build/ci_parameterized_build.sh1
-rwxr-xr-xtensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/tools/ci_build/ci_parameterized_build.sh b/tensorflow/tools/ci_build/ci_parameterized_build.sh
index 797e0a6db5..e621f85652 100755
--- a/tensorflow/tools/ci_build/ci_parameterized_build.sh
+++ b/tensorflow/tools/ci_build/ci_parameterized_build.sh
@@ -168,7 +168,6 @@ else
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:embedding_lookup_test"
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:embedding_lookup_sparse_test"
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:fully_connected_test"
- # BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/testing:generated_examples_zip_test"
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:hashtable_lookup_test"
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:local_response_norm_test"
BAZEL_TARGET="${BAZEL_TARGET} //tensorflow/contrib/lite/kernels:lsh_projection_test"
diff --git a/tensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh b/tensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh
index 6d017c8a1f..c798081250 100755
--- a/tensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh
+++ b/tensorflow/tools/ci_build/linux/cpu/run_py3_contrib.sh
@@ -52,7 +52,7 @@ bazel test --test_tag_filters=-no_oss,-oss_serial,-gpu,-benchmark-test -k \
//tensorflow/contrib/lite/kernels:embedding_lookup_test \
//tensorflow/contrib/lite/kernels:embedding_lookup_sparse_test \
//tensorflow/contrib/lite/kernels:fully_connected_test \
- //tensorflow/contrib/lite/testing:generated_examples_zip_test \
+ //tensorflow/contrib/lite/testing:generated_zip_tests \
//tensorflow/contrib/lite/kernels:hashtable_lookup_test \
//tensorflow/contrib/lite/kernels:local_response_norm_test \
//tensorflow/contrib/lite/kernels:lsh_projection_test \