[vlc-commits] [Git][videolan/vlc][master] CI: don't block builds when snap build fails
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Apr 20 12:32:08 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
48a6b250 by Steve Lhomme at 2023-04-20T11:40:49+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.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -383,6 +383,7 @@ debian-meson:
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/48a6b25031c13d179632d31ecd3c9a72f271e35a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/48a6b25031c13d179632d31ecd3c9a72f271e35a
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