[ROCm] Updating ROCm CI scripts to skip //tensorflow/lite/...

This commit is contained in:
Deven Desai 2020-04-21 14:49:55 +00:00
parent 7550e571ac
commit 463e8ad569
3 changed files with 3 additions and 5 deletions

View File

@ -143,7 +143,6 @@ py_test(
shard_count = 4,
srcs_version = "PY2AND3",
tags = [
"no_rocm",
"no_windows",
],
deps = [
@ -160,7 +159,6 @@ py_test(
python_version = "PY3",
srcs_version = "PY2AND3",
tags = [
"no_rocm",
"no_windows",
],
deps = [

View File

@ -52,8 +52,7 @@ bazel test \
-- \
//tensorflow/... \
-//tensorflow/compiler/... \
-//tensorflow/lite/delegates/gpu/gl/... \
-//tensorflow/lite/delegates/gpu/cl/... \
-//tensorflow/lite/... \
&& bazel test \
--config=rocm \
-k \

View File

@ -51,4 +51,5 @@ bazel test \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
-- \
//tensorflow/... \
-//tensorflow/compiler/...
-//tensorflow/compiler/... \
-//tensorflow/lite/...