[vlc-commits] [Git][videolan/vlc][3.0.x] CI: Mark jobs as interruptible
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Feb 25 13:12:38 UTC 2022
Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC
Commits:
39bb4ba8 by Hugo Beauzée-Luyssen at 2022-02-25T11:48:23+00:00
CI: Mark jobs as interruptible
This will help automatically cancel outdated pipelines instead of having
to do so manually
(cherry picked from commit 64ff40e2d6e8712547b8db827c59b404cbc9d503)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -10,6 +10,7 @@ default:
after_script:
- 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
+ interruptible: true
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32-3.0:20211008142723
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/39bb4ba8ec797b10d2fcc4eec88bc02bb8a936c7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/39bb4ba8ec797b10d2fcc4eec88bc02bb8a936c7
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list