From 2f504610b3a468ebc480197a3d2c3cfdb2b46453 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 23 Apr 2020 16:55:01 +0300 Subject: [PATCH] ci_tepmlate: disable the msys job again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its still broken and keeps haning randomly... 😢️ Part-of: --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 0b73d1e3c6..d6c27c1e9f 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -501,6 +501,10 @@ build vs2017 x86: build msys2 : extends: '.build windows' timeout: '60min' + rules: + - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-integration-testsuites|gst-omx|gst-plugins-rs|gstreamer-vaapi)$/' + allow_failure: true + when: 'manual' script: # Sometimes there's seems to be an existing gst-build clone that comes either from the ether or # from a previous job due to some gitlab bug or implicit behavior?