aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-openxla/ansible/roles/xla/templates/run-tests.sh.j2
blob: 4441d5675030238974f07d5d335c82b44680ec4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

bazel test \
      --cache_test_results=no \
      --test_timeout=-1,-1,2000,-1 \
      --build_tests_only \
      --verbose_failures=true --test_output=errors \
      --test_tag_filters={{ xla_ver.value.unit_tests_filter_flags }} \
      --build_tag_filters={{ xla_ver.value.unit_tests_filter_flags }} \
      --spawn_strategy=sandboxed \
      -- //xla/...