[ROCm] Updating ROCm CI scripts to skip //tensorflow/lite/...
This commit is contained in:
parent
7550e571ac
commit
463e8ad569
@ -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 = [
|
||||
|
@ -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 \
|
||||
|
@ -51,4 +51,5 @@ bazel test \
|
||||
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
|
||||
-- \
|
||||
//tensorflow/... \
|
||||
-//tensorflow/compiler/...
|
||||
-//tensorflow/compiler/... \
|
||||
-//tensorflow/lite/...
|
||||
|
Loading…
Reference in New Issue
Block a user