@@ -35,68 +35,6 @@ bazel-dbg_task:
3535 //c-toxcore/...
3636 -//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
3737
38- bazel-asan_task :
39- container :
40- image : toxchat/toktok-stack:latest-asan
41- cpu : 2
42- memory : 4G
43- configure_script :
44- - git submodule update --init --recursive
45- - /src/workspace/tools/inject-repo c-toxcore
46- test_all_script :
47- - cd /src/workspace && bazel test -k
48- --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
49- --build_tag_filters=-haskell
50- --test_tag_filters=-haskell
51- --remote_download_minimal
52- --
53- //c-toxcore/...
54- -//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
55-
56- # TODO(iphydf): Enable once this works properly.
57- # bazel-msan_task:
58- # container:
59- # image: toxchat/toktok-stack:latest-msan
60- # cpu: 2
61- # memory: 4G
62- # configure_script:
63- # - git submodule update --init --recursive
64- # - /src/workspace/tools/inject-repo c-toxcore
65- # test_all_script:
66- # - cd /src/workspace && bazel test -k
67- # --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
68- # --build_tag_filters=-haskell
69- # --test_tag_filters=-haskell
70- # --remote_download_minimal
71- # --
72- # //c-toxcore/...
73- # -//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
74-
75- # TODO(iphydf): Fix test timeouts.
76- bazel-tsan_task :
77- container :
78- image : toxchat/toktok-stack:latest-tsan
79- cpu : 2
80- memory : 4G
81- configure_script :
82- - git submodule update --init --recursive
83- - /src/workspace/tools/inject-repo c-toxcore
84- test_all_script :
85- - cd /src/workspace && bazel test -k
86- --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
87- --build_tag_filters=-haskell
88- --test_tag_filters=-haskell
89- --remote_download_minimal
90- --
91- //c-toxcore/...
92- -//c-toxcore/auto_tests:conference_av_test
93- -//c-toxcore/auto_tests:conference_test
94- -//c-toxcore/auto_tests:file_transfer_test
95- -//c-toxcore/auto_tests:group_tcp_test
96- -//c-toxcore/auto_tests:onion_test
97- -//c-toxcore/auto_tests:tcp_relay_test
98- -//c-toxcore/auto_tests:tox_many_test
99-
10038cimple_task :
10139 container :
10240 image : toxchat/toktok-stack:latest-release
0 commit comments