Disable both "no_mac" and "nomac" tags when building on osx.
authorGunhan Gulsoy <gunan@google.com>
Mon, 5 Mar 2018 22:08:37 +0000 (14:08 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 5 Mar 2018 22:12:46 +0000 (14:12 -0800)
PiperOrigin-RevId: 187919812

tensorflow/tools/ci_build/osx/cpu/run_contrib.sh
tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh
tensorflow/tools/ci_build/osx/cpu/run_py3_cc_core.sh

index 509ee38..5c5a361 100755 (executable)
@@ -31,7 +31,7 @@ export CC_OPT_FLAGS='-mavx'
 export PYTHON_BIN_PATH=$(which python2)
 yes "" | $PYTHON_BIN_PATH configure.py
 which bazel
-bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
+bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac,-no_mac \
     --test_timeout 300,450,1200,3600 \
     --test_size_filters=small,medium --config=opt \
     --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
index 0554713..3380661 100755 (executable)
@@ -31,7 +31,7 @@ export CC_OPT_FLAGS='-mavx'
 export PYTHON_BIN_PATH=$(which python2)
 yes "" | $PYTHON_BIN_PATH configure.py
 which bazel
-bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
+bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac,-no_mac \
     --test_timeout 300,450,1200,3600 --config=opt \
     --test_size_filters=small,medium \
     --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
index 8f839ca..920a261 100755 (executable)
@@ -30,7 +30,7 @@ export TF_NEED_CUDA=0
 export PYTHON_BIN_PATH=$(which python3)
 yes "" | $PYTHON_BIN_PATH configure.py
 which bazel
-bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
+bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac,-no_mac \
     --test_timeout 300,450,1200,3600 \
     --test_size_filters=small,medium \
     --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \