[Android] CI: Mark jobs as interruptible

Hugo Beauzée-Luyssen git at videolan.org
Fri Dec 10 10:21:12 UTC 2021


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec  6 16:54:19 2021 +0100| [bea28d52f1e4ec2729f6e0e9b861207b51ae0efd] | committer: Nicolas Pomepuy

CI: Mark jobs as interruptible

This will allow outdated jobs to be automatically cancelled by gitlab CI

> https://code.videolan.org/videolan/vlc-android/commit/bea28d52f1e4ec2729f6e0e9b861207b51ae0efd
---

 buildsystem/gitlab/.gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 6b96d497e..b9bc4a1a8 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -6,6 +6,7 @@ cache:
         - gradlew
 
 default:
+  interruptible: true
   image: registry.videolan.org/vlc-debian-android:20210915065913
   tags:
     - amd64



More information about the Android mailing list