[gnome-build-meta/abderrahim/interruptible-image] .gitlab-ci.yml: mark VM image job as interruptible




commit 92c159da948fcb61e6b0d009ab8347b0f7ba3f2c
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Aug 4 15:18:59 2020 +0100

    .gitlab-ci.yml: mark VM image job as interruptible

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b778169..f19c8f50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,7 @@ default:
 
 .vm-image-template:
   stage: image
+  interruptible: true
   script:
     - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
     - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image


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