summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-09-17 16:22:06 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-09-17 16:58:07 +0530
commitbdbec90a4939d5c31f800cc9f07646c820a7bd76 (patch)
tree6d9bd3cd078577733f29877bada72458d4d1b1b7
parent260935e39eb6df8aec6c12b2d175f1b959421137 (diff)
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>
-rw-r--r--gitlab/ci_template.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 7fd4d93..d1d9a64 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -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