Skip to content

Commit

Permalink
chore: Retry bazel-tsan build twice.
Browse files Browse the repository at this point in the history
Just to see whether it'll get further along.
  • Loading branch information
iphydf committed Jan 12, 2022
1 parent 685b78d commit 7a08e05
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,15 @@ bazel-tsan_task:
--remote_download_minimal
--
//c-toxcore/...
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
-//c-toxcore/auto_tests:tcp_relay_test || bazel test -k
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--build_tag_filters=-haskell
--test_tag_filters=-haskell
--remote_download_minimal
--
//c-toxcore/...
-//c-toxcore/auto_tests:tcp_relay_test
|| cat /home/builder/.cache/bazel/_bazel_builder/*/server/jvm.out

cimple_task:
container:
Expand Down

0 comments on commit 7a08e05

Please sign in to comment.