File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tensorflow/tools/ci_build/builds Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ln -s $(pwd)/tensorflow ${PIP_TEST_ROOT}/tensorflow
76
76
77
77
# Do not run tests with "no_pip" tag. If running GPU tests, also do not run
78
78
# tests with no_pip_gpu tag.
79
- PIP_TEST_FILTER_TAG=" -no_pip,-no_oss"
79
+ PIP_TEST_FILTER_TAG=" -no_pip,-no_oss,-benchmark-test "
80
80
if [[ ${IS_OSS_SERIAL} == " 1" ]]; then
81
81
PIP_TEST_FILTER_TAG=" $( echo " ${PIP_TEST_FILTER_TAG} " | sed s/-no_oss//) "
82
82
PIP_TEST_FILTER_TAG=" ${PIP_TEST_FILTER_TAG} ,oss_serial"
85
85
fi
86
86
87
87
if [[ ${IS_GPU} == " 1" ]]; then
88
- PIP_TEST_FILTER_TAG=" -no_pip_gpu,${PIP_TEST_FILTER_TAG} "
88
+ PIP_TEST_FILTER_TAG=" -no_gpu,- no_pip_gpu,${PIP_TEST_FILTER_TAG} "
89
89
fi
90
90
if [[ ${IS_MAC} == " 1" ]]; then
91
91
PIP_TEST_FILTER_TAG=" -nomac,${PIP_TEST_FILTER_TAG} "
You can’t perform that action at this time.
0 commit comments