Skip tests with no_oss tag in XLA builds.
authorYifei Feng <yifeif@google.com>
Fri, 20 Apr 2018 04:33:41 +0000 (21:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 20 Apr 2018 04:36:35 +0000 (21:36 -0700)
PiperOrigin-RevId: 193619344

tensorflow/tools/ci_build/xla/linux/gpu/run_py3.sh

index a94a627..a410c10 100755 (executable)
@@ -35,7 +35,7 @@ echo "build --distinct_host_configuration=false" >> .tf_configure.bazelrc
 
 bazel clean
 # Run bazel test command. Double test timeouts to avoid flakes.
-bazel test --config=cuda --test_tag_filters=-no_gpu,-benchmark-test -k \
+bazel test --config=cuda --test_tag_filters=-no_gpu,-benchmark-test,-no_oss -k \
     --jobs=${N_JOBS} --test_timeout 300,450,1200,3600 \
     --build_tests_only --test_output=errors --local_test_jobs=8 \
     --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \