aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-09 17:03:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-09 17:24:42 -0800
commit2b37278eb26771dc3dc67728f0212d59e97a52f1 (patch)
tree1719ad47a27cde5ab9e328b9bdcb3e6a7d680354 /tensorflow/tools/test
parent2b406eb99f2d59911847bd025571daabd63bba1f (diff)
Tag tf_cc_logged_benchmarks as manual. They should only run with benchmark
build. Change: 147100980
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/performance.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/test/performance.bzl b/tensorflow/tools/test/performance.bzl
index 5a458fbf0b..b6fbf45d38 100644
--- a/tensorflow/tools/test/performance.bzl
+++ b/tensorflow/tools/test/performance.bzl
@@ -21,7 +21,7 @@ def tf_cc_logged_benchmark(
"//path/to:test. Received: %s" % target)))
all_tags = list(set(tags) + \
- set(["benchmark-test", "local", "regression-test"]))
+ set(["benchmark-test", "local", "manual", "regression-test"]))
tf_py_test(
name = name,