[gvfs/wip/oholy/dav-tests] ci: Try different port for DAV tests to prevent failures



commit f47369de89741504c6de5611adfebf635e3ae8b1
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Jan 30 17:02:28 2020 +0100

    ci: Try different port for DAV tests to prevent failures
    
    It seems that some runners use also 8089 port for some purpose, which causes
    test suite failures. Let's try 8090 port instead.

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fda5bc1..cc22d57b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,11 @@
 fedora:
     image: registry.gitlab.gnome.org/gnome/gvfs:$TAG
+    tag:
+        - non_aws
     script:
         - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
         - sudo ninja -C build install
-        - GIO_USE_VOLUME_MONITOR=unix GVFS_TEST_HTTP_PORT=8089 gnome-desktop-testing-runner gvfs
+        - GIO_USE_VOLUME_MONITOR=unix GVFS_TEST_HTTP_PORT=8090 gnome-desktop-testing-runner gvfs
 
 .gnome-build-meta-template: &gnome-build-meta
     variables:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]