mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Switch MSVC job to manual till we can upload deps cache
The deps cache job is failing: https://gitlab.freedesktop.org/gstreamer/cerbero/-/jobs/4568410 Because of which MRs in other repos are unable to download the cache and are building everything from scratch, which is inflating CI times to 2 hours: https://gitlab.freedesktop.org/marian/gst-plugins-bad/-/jobs/4567025 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/343>
This commit is contained in:
parent
260935e39e
commit
bdbec90a49
1 changed files with 2 additions and 0 deletions
|
@ -1219,3 +1219,5 @@ build cerbero msvc x86_64:
|
|||
- C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_script"
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-build|gst-omx|gstreamer-vaapi|gst-docs|gst-integration-testsuites|gst-plugins-rs)$/'
|
||||
when: 'manual'
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue