[vlc-commits] [Git][videolan/vlc][3.0.x] CI: don't block builds when snap build fails

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu May 18 10:28:53 UTC 2023



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
90e7e1c3 by Steve Lhomme at 2023-05-18T09:42:21+00:00
CI: don't block builds when snap build fails

We need to check what is wrong but usually it's the same as Debian builds.
The snap building depending on Ubuntu server is not very stable. So we should
not care too much when it breaks.

(cherry picked from commit 48a6b25031c13d179632d31ecd3c9a72f271e35a)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -253,6 +253,7 @@ nightly-debian:
     after_script:
         - export VLC_CONTRIB_SHA="$(extras/ci/get-contrib-sha.sh)"
         - mv extras/package/snap/parts/vlc/build/contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
+    allow_failure: true
     variables: *variables-snap
 
 snap:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90e7e1c3fc2544119a3ca1cf0e4e41508bf173c8

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90e7e1c3fc2544119a3ca1cf0e4e41508bf173c8
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