[vlc-commits] [Git][videolan/vlc][master] CI: Mark jobs as interruptible

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Oct 28 11:24:21 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
64ff40e2 by Hugo Beauzée-Luyssen at 2021-10-28T10:31:20+00:00
CI: Mark jobs as interruptible

This will help automatically cancel outdated pipelines instead of having
to do so manually

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -11,6 +11,7 @@ default:
         - export VLC_CONTRIB_SHA="$(extras/ci/get-contrib-sha.sh)"
         - mv contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
         - cd contrib && find . -maxdepth 1 -type f -name "vlc-contrib-*-${VLC_CONTRIB_SHA}.tar.bz2" -exec sh -c 'tar tvf "$0" && shasum -a 512 "$0" | tee SHA512SUM' "{}" \;
+    interruptible: true
 
 variables:
     VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20201106141924



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/64ff40e2d6e8712547b8db827c59b404cbc9d503

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/64ff40e2d6e8712547b8db827c59b404cbc9d503
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list