removing references to //tensorflow/contrib from the GPU CI scripts

This commit is contained in:
Deven Desai 2019-12-18 20:33:00 +00:00
parent 262cbe7827
commit e9e1e8e538
3 changed files with 3 additions and 3 deletions

View File

@ -40,4 +40,4 @@ bazel test --config=cuda --test_tag_filters=-no_oss,-oss_serial,-no_gpu,-benchma
--build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \
--test_size_filters=small,medium \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute -- \
//tensorflow/... -//tensorflow/compiler/... -//tensorflow/contrib/...
//tensorflow/... -//tensorflow/compiler/...

View File

@ -43,5 +43,5 @@ bazel test --config=cuda --test_tag_filters=-no_oss,-oss_serial,-no_gpu,-benchma
--test_timeout 300,450,1200,3600 --build_tests_only --test_env=KMP_BLOCKTIME=0\
--config=mkl --config=opt --test_output=errors --local_test_jobs=8 \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute -- \
//tensorflow/... -//tensorflow/compiler/... -//tensorflow/contrib/...
//tensorflow/... -//tensorflow/compiler/...

View File

@ -40,4 +40,4 @@ bazel test --config=cuda --test_tag_filters=-no_oss,-oss_serial,-no_gpu,-benchma
--build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \
--test_size_filters=small,medium \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute -- \
//tensorflow/... -//tensorflow/compiler/... -//tensorflow/contrib/...
//tensorflow/... -//tensorflow/compiler/...