Remove unused gcp and hdfs config flags, as these are on by default now.
authorGunhan Gulsoy <gunan@google.com>
Sat, 30 Jun 2018 05:43:22 +0000 (22:43 -0700)
committerAmit Patankar <amitpatankar@google.com>
Fri, 6 Jul 2018 17:22:09 +0000 (10:22 -0700)
PiperOrigin-RevId: 202753310

tensorflow/tools/ci_build/ci_parameterized_build.sh
tensorflow/tools/ci_build/ci_sanity.sh

index e621f85652588f7b5cba6dc5128f857f9eb0fe09..6aaeb14aee60b0151f6296004677d2f325dc0730 100755 (executable)
@@ -132,7 +132,7 @@ BAZEL_CMD="bazel test"
 BAZEL_BUILD_ONLY_CMD="bazel build"
 BAZEL_CLEAN_CMD="bazel clean"
 
-DEFAULT_BAZEL_CONFIGS="--config=gcp --config=hdfs"
+DEFAULT_BAZEL_CONFIGS=""
 
 PIP_CMD="${CI_BUILD_DIR}/builds/pip.sh"
 PIP_TEST_TUTORIALS_FLAG="--test_tutorials"
index 05676f9551d4a1e0cb55d0693f99e458381887df..0dd32ad1a8b001b3ff0190f1dedae145b8f3c297 100755 (executable)
@@ -543,7 +543,7 @@ SANITY_STEPS=("do_pylint PYTHON2" "do_pylint PYTHON3" "do_check_futures_test" "d
 SANITY_STEPS_DESC=("Python 2 pylint" "Python 3 pylint" "Check that python files have certain __future__ imports" "buildifier check" "bazel nobuild" "pip: license check for external dependencies" "C library: license check for external dependencies" "Java Native Library: license check for external dependencies" "Pip Smoke Test: Checking py_test dependencies exist in pip package" "Check load py_test: Check that BUILD files with py_test target properly load py_test" "Code Link Check: Check there are no broken links" "Test entries in /tensorflow/contrib/cmake/python_{modules|protos|protos_cc}.txt for validity and consistency" "Check file names for cases")
 
 INCREMENTAL_FLAG=""
-DEFAULT_BAZEL_CONFIGS="--config=hdfs --config=gcp"
+DEFAULT_BAZEL_CONFIGS=""
 
 # Parse command-line arguments
 BAZEL_FLAGS=${DEFAULT_BAZEL_CONFIGS}