[xdg-desktop-portal-gnome/gbsneto/more-portals: 3/4] CI: Make jobs interruptible




commit b9dd8ef6f4b0138909e7a257165e82fff4d46319
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Dec 14 10:49:41 2021 -0300

    CI: Make jobs interruptible
    
    We don't need to waste resources finishing the CI of an older
    commit when a new one is available.
    
    Make jobs interruptible.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8278f0e..6173459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
 
 .build-common:
   stage: build
+  interruptible: true
   script:
     - meson . _build
     - ninja -C _build


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