We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66707f3 commit 1e43819Copy full SHA for 1e43819
tensorflow/tools/ci_build/builds/run_pip_tests.sh
@@ -76,7 +76,7 @@ ln -s $(pwd)/tensorflow ${PIP_TEST_ROOT}/tensorflow
76
77
# Do not run tests with "no_pip" tag. If running GPU tests, also do not run
78
# tests with no_pip_gpu tag.
79
-PIP_TEST_FILTER_TAG="-no_pip,-no_oss"
+PIP_TEST_FILTER_TAG="-no_pip,-no_oss,-benchmark-test"
80
if [[ ${IS_OSS_SERIAL} == "1" ]]; then
81
PIP_TEST_FILTER_TAG="$(echo "${PIP_TEST_FILTER_TAG}" | sed s/-no_oss//)"
82
PIP_TEST_FILTER_TAG="${PIP_TEST_FILTER_TAG},oss_serial"
@@ -85,7 +85,7 @@ else
85
fi
86
87
if [[ ${IS_GPU} == "1" ]]; then
88
- PIP_TEST_FILTER_TAG="-no_pip_gpu,${PIP_TEST_FILTER_TAG}"
+ PIP_TEST_FILTER_TAG="-no_gpu,-no_pip_gpu,${PIP_TEST_FILTER_TAG}"
89
90
if [[ ${IS_MAC} == "1" ]]; then
91
PIP_TEST_FILTER_TAG="-nomac,${PIP_TEST_FILTER_TAG}"
0 commit comments