aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-12-04 12:32:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-04 12:40:50 -0800
commit5917d48293a5582d625f015e4862b2d370b75079 (patch)
tree4a00f94ec2fbe4e8a20de69d22b3f617e1d88ad8 /tensorflow/python/profiler
parent8f1e63d5629bda4f6c91fdec7a3b8418ed96786e (diff)
Apply oss_serial tag to tests that use portpicker to create local clusters
to avoid port conflicts with other tests during parallel bazel tests. PiperOrigin-RevId: 177851615
Diffstat (limited to 'tensorflow/python/profiler')
-rw-r--r--tensorflow/python/profiler/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/python/profiler/BUILD b/tensorflow/python/profiler/BUILD
index 519b05975f..c815aad0a0 100644
--- a/tensorflow/python/profiler/BUILD
+++ b/tensorflow/python/profiler/BUILD
@@ -57,7 +57,10 @@ cuda_py_test(
"//tensorflow/python:platform",
"//tensorflow/python:variables",
],
- tags = ["no_pip"],
+ tags = [
+ "no_pip",
+ "oss_serial",
+ ],
)
cuda_py_test(