[gvfs] ci: Allow CI failures temporarily to not block development



commit e8c4f6423a1ca145c64ef489928be39d3ebe22b9
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Feb 7 08:06:05 2020 +0100

    ci: Allow CI failures temporarily to not block development
    
    The recently enabled SFTP test cases started failing for no obvious reason.
    This seems is not caused by any code changes, something had to change on
    runners. Let's temporarily allow CI to fail in order to not block further
    development.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b8d22ae..caa9e54d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ fedora:
         - meson -Dinstalled_tests=true -Ddevel_utils=true -Dman=true --prefix /usr --werror build
         - sudo ninja -C build install
         - GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
+    allow_failure: true
 
 .gnome-build-meta-template: &gnome-build-meta
     variables:


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