From 9f7d31711d9ff22ecdb374f11ab90203280de277 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 1 Apr 2021 09:49:22 +0200 Subject: ci: Add ipv6 in tags to fix random test suite failures The DAV test cases sometimes fails with "(98)Address already in use: AH00072: make_sock: could not bind to address 127.0.0.1:8088". This seems to happen only on runners which don't have ipv6 tag. Let's temporarily add the tag to fix those failures. It would be best to programmatically try some range of ports, but this is currently out of my time resources. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7ffbba6..b3dfffed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ fedora: entrypoint: ["/bin/sh", "-c"] tags: - x86_64 + - ipv6 script: - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true -Dafc=true --prefix /usr --werror build - sudo ninja -C build install -- cgit v1.2.1