summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-01-28 15:14:43 +0100
committerOndrej Holy <oholy@redhat.com>2020-01-30 18:07:44 +0100
commit20af2fb491922090c27bfb7da2c483da10d4902e (patch)
treeb16f0d1cdc29c0c0bf290c2a98ba2f8bf70a282b /.gitlab-ci.yml
parent49170edbb1a8c7ad1f439c3ce7215b487bd39890 (diff)
downloadgvfs-20af2fb491922090c27bfb7da2c483da10d4902e.tar.gz
ci: Enable DAV test cases
DAV test cases are skipped currently. Let's install missing dependencies and use x86_64 runners to make them work. x86_64 runners are needed because the non_aws runners have probably blocked ports for some reasons (or at least ports in the 8087-8090 range), which causes the following failures: (98) Address already in use: AH00072: make_sock: could not bind to address 127.0.0.1:8087 no listening sockets available, shutting down It would be nice to make it work on all runners, but I don't have more capacity to debug this further.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f10de916..f364eed9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
fedora:
image: registry.gitlab.gnome.org/gnome/gvfs:$TAG
+ tags:
+ - x86_64
script:
- meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
- ninja -C build install