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



commit 78abaedf4c4aa805836d7e69365a210f6b21ada8
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fda5bc1..a21aa5e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ fedora:
     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]