aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j2')
-rw-r--r--ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j2 b/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j2
new file mode 100644
index 0000000000..290f7f5564
--- /dev/null
+++ b/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/templates/README_ut.md.j2
@@ -0,0 +1,16 @@
+The below filter tags were used to build and select unit tests
+```
+{{ tf_ver.value.unit_tests_filter_flags }}
+```
+
+The following unit test section(s) were run on this release
+```
+\\tensorflow\...
+```
+
+The following unit tests and sections were excluded from being run. This may
+have been due to build issues, or are a known failure.
+```
+{{ tf_ver.value.unit_tests_exclude | join("\n") }}
+{{ tf_ver.value.onednn_ut_exclude | join("\n") if onednn_enable_opt else "" }}
+```