[gvfs/wip/oholy/ci-fix: 275/275] ci: Add ipv6 in tags to fix random test suite failures
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/oholy/ci-fix: 275/275] ci: Add ipv6 in tags to fix random test suite failures
- Date: Thu, 1 Apr 2021 08:02:36 +0000 (UTC)
commit 9f7d31711d9ff22ecdb374f11ab90203280de277
Author: Ondrej Holy <oholy redhat com>
Date: Thu Apr 1 09:49:22 2021 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]