aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/builds
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2017-09-20 13:33:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-20 13:37:18 -0700
commita81800563640b214237be34475e4632d760a0f20 (patch)
tree9885d855647676c6533b26a0141611a4846d3912 /tensorflow/tools/ci_build/builds
parent787d86a37d3c2c4197245e730b08bf00a5a90666 (diff)
Migrate over several TF bot usages of ENV variables to Bazel configs
Working on moving all usages of TF_NEED_GCP=1, TF_NEED_HDFS=1, TF_NEED_GDR=1, TF_NEED_VERBS=1, and TF_ENABLE_XLA=1 over to --config=(gcp,hdfs,gdr,verbs,xla). PiperOrigin-RevId: 169441869
Diffstat (limited to 'tensorflow/tools/ci_build/builds')
-rwxr-xr-xtensorflow/tools/ci_build/builds/configured8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/tools/ci_build/builds/configured b/tensorflow/tools/ci_build/builds/configured
index a0f66ca122..de1e354170 100755
--- a/tensorflow/tools/ci_build/builds/configured
+++ b/tensorflow/tools/ci_build/builds/configured
@@ -28,14 +28,6 @@ set -e
CONTAINER_TYPE=$( echo "$1" | tr '[:upper:]' '[:lower:]' )
shift 1
-# Enable support for Google Cloud Platform (GCP)
-export TF_NEED_GCP=1
-# Enable support for HDFS
-export TF_NEED_HDFS=1
-
-# Disable XLA support by default.
-export TF_ENABLE_XLA=0
-
COMMAND=("$@")
export CI_BUILD_PYTHON="${CI_BUILD_PYTHON:-python}"