aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow
diff options
context:
space:
mode:
authorAndrew Goodbody <andrew.goodbody@linaro.org>2022-05-30 18:13:38 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2022-05-30 18:38:56 +0000
commitc1f2f7a60d2199faf9d6eb966437aa15090a4e00 (patch)
tree2facb3ce4142de154432a14e93364dc908a28f93 /ldcg-python-manylinux-tensorflow
parent0cd53b3d3f5618ed4d285f37a1420f698a468a23 (diff)
ldcg-python-manylinux-tensorflow: More excluded unit tests
A new failure as well as a fail to link for tf-reduce which overflows https://github.com/tensorflow/tensorflow/issues/56302 Change-Id: Iaf834be13f183a99a3e45164353dd9697976d45e
Diffstat (limited to 'ldcg-python-manylinux-tensorflow')
-rw-r--r--ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml b/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
index e31f74133d..20d85f307e 100644
--- a/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
+++ b/ldcg-python-manylinux-tensorflow/ansible/vars/vars.yml
@@ -265,8 +265,10 @@ versions:
- tf-estimator-nightly
run_unit_tests: true
onednn_ut_exclude:
+ - "//tensorflow/compiler/mlir/tensorflow/tests/..."
- "//tensorflow/compiler/mlir/tfr/examples/mnist:mnist_ops_test"
- "//tensorflow/core/grappler/optimizers:auto_mixed_precision_test_cpu"
+ - "//tensorflow/core/grappler/optimizers:constant_folding_test"
- "//tensorflow/core/grappler/optimizers:remapper_test_cpu"
- "//tensorflow/core/kernels:conv_ops_test_cpu"
- "//tensorflow/core/kernels:matmul_op_test_cpu"