From bdbec90a4939d5c31f800cc9f07646c820a7bd76 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 17 Sep 2020 16:22:06 +0530 Subject: [PATCH] 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: --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4