From 306dee4096e97520b1218d78c23b1a72941a9508 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Thu, 23 Jan 2020 15:31:02 -0800 Subject: [PATCH] Enable OSS testing for XLA. PiperOrigin-RevId: 291258425 Change-Id: If8423622b2f44b8e46ffbcd9880735a354a719d3 --- .../tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh b/tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh index f4595bfda22..e5a2aacc7f6 100755 --- a/tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh +++ b/tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh @@ -15,4 +15,4 @@ #!/bin/bash set -x -DEFAULT_BAZEL_TARGETS="//tensorflow/... -//tensorflow/compiler/... //tensorflow/compiler/xla/python/tpu_driver/..." +DEFAULT_BAZEL_TARGETS="//tensorflow/... //tensorflow/compiler/xla/python/tpu_driver/... -//tensorflow/compiler/tests/..."