11---
22bazel-opt_task :
3- timeout_in : 5m
3+ timeout_in : 10m
44 container :
55 image : toxchat/toktok-stack:latest-release
6- cpu : 2
6+ cpu : 8
77 memory : 2G
88 configure_script :
99 - git submodule update --init --recursive
1010 - /src/workspace/tools/inject-repo c-toxcore
1111 test_all_script :
12- - cd /src/workspace && bazel
12+ - cd /src/workspace && tools/retry 5 bazel
1313 test -k
1414 --build_tag_filters=-haskell
1515 --test_tag_filters=-haskell
@@ -18,16 +18,16 @@ bazel-opt_task:
1818 -//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.
1919
2020bazel-dbg_task :
21- timeout_in : 5m
21+ timeout_in : 10m
2222 container :
2323 image : toxchat/toktok-stack:latest-debug
24- cpu : 2
24+ cpu : 8
2525 memory : 2G
2626 configure_script :
2727 - git submodule update --init --recursive
2828 - /src/workspace/tools/inject-repo c-toxcore
2929 test_all_script :
30- - cd /src/workspace && bazel
30+ - cd /src/workspace && tools/retry 5 bazel
3131 test -k
3232 --build_tag_filters=-haskell
3333 --test_tag_filters=-haskell
@@ -36,7 +36,7 @@ bazel-dbg_task:
3636 -//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.
3737
3838bazel-msan_task :
39- timeout_in : 5m
39+ timeout_in : 10m
4040 container :
4141 image : toxchat/toktok-stack:latest-msan
4242 cpu : 2
@@ -45,7 +45,7 @@ bazel-msan_task:
4545 - git submodule update --init --recursive
4646 - /src/workspace/tools/inject-repo c-toxcore
4747 test_all_script :
48- - cd /src/workspace && bazel
48+ - cd /src/workspace && tools/retry 5 bazel
4949 test -k
5050 --
5151 //c-toxcore/auto_tests:lossless_packet_test
@@ -97,4 +97,4 @@ freebsd_task:
9797 -DAUTOTEST=ON \
9898 -GNinja
9999 cmake --build . --target install
100- ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:6
100+ ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3 || ctest -j50 --output-on-failure --rerun-failed --repeat until-pass:3
0 commit comments