[gimp] gitlab-ci: do not make the flatpak job interruptible.



commit fb7a9954b4c39b903caa54ef78218036021243ac
Author: Jehan <jehan girinstud io>
Date:   Sun Sep 5 20:03:30 2021 +0200

    gitlab-ci: do not make the flatpak job interruptible.
    
    Commit-triggered pipelines on `master` branch are apparently canceling
    flatpak pipelines even though the flatpak jobs are not even in the
    triggered ones.
    In any case, these flatpak pipelines are not triggered often (only
    through weekly schedule or manually triggered) so there is no need to
    have such a flag.
    
    See: https://gitlab.com/gitlab-org/gitlab/-/issues/340147

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2f380efc2..8322f31146 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -576,7 +576,6 @@ gimp-win32:
 flatpak:
   image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
   stage: gimp
-  interruptible: true
   tags:
     - flatpak
   needs: []


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