diff options
author | Ondrej Holy <oholy@redhat.com> | 2021-04-01 09:49:22 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2021-04-01 09:49:22 +0200 |
commit | 9f7d31711d9ff22ecdb374f11ab90203280de277 (patch) | |
tree | e8144dd7f5c2216372240b4997cb54200a438040 | |
parent | d34ad86eb0181527c3141a8e4765742002b81a72 (diff) | |
download | gvfs-9f7d31711d9ff22ecdb374f11ab90203280de277.tar.gz |
ci: Add ipv6 in tags to fix random test suite failureswip/oholy/ci-fix
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.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |