aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Goodbody <andrew.goodbody@linaro.org>2023-01-26 16:27:48 +0000
committerAndrew Goodbody <andrew.goodbody@linaro.org>2023-01-26 16:27:48 +0000
commit8043607e78e7ea035a7f49d6d0948559fad98310 (patch)
tree6e2dbf895cf7d0acb6fab0b595e4dfca0f4c7691
parentc74ffd58f12998584cc5bbe4d1cb692819efbc79 (diff)
ldcg-python-manylinux-tensorflow: tensorflow-io fails to load
The API to TensorFlow has been updated but tensorflow-io has not been rebuilt yet to reflect this which leaves some unit tests failing as tensorflow-io fails to load, so exclude those tests until tensorflow-io releases catch up. Change-Id: I0dc82c4864680a5d4a0681ba1149b910fd237059
-rw-r--r--ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml b/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
index 76945f754c..02c4fab0b1 100644
--- a/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
+++ b/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
@@ -374,8 +374,13 @@ versions:
- "//tensorflow/lite/..."
- "//tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test"
- "//tensorflow/core/distributed_runtime/integration_test:c_api_session_coordination_test_cpu"
+ - "//tensorflow/core/platform:ram_file_system_test"
- "//tensorflow/python/client:session_list_devices_test"
+ - "//tensorflow/python/compiler/xla:xla_test_cpu"
+ - "//tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test"
- "//tensorflow/python/data/kernel_tests:iterator_test_cpu"
+ - "//tensorflow/python/distribute:parameter_server_strategy_test_cpu"
+ - "//tensorflow/python/distribute:parameter_server_strategy_test_2gpu"
- "//tensorflow/python/kernel_tests/linalg:matrix_triangular_solve_op_test"
- "//tensorflow/python/training:server_lib_test"
serial_unit_tests_exclude: