ci_tepmlate: disable the msys job again
authorJordan Petridis <jordan@centricular.com>
Thu, 23 Apr 2020 13:55:01 +0000 (16:55 +0300)
committerJordan Petridis <jordan@centricular.com>
Thu, 23 Apr 2020 13:59:24 +0000 (16:59 +0300)
Its still broken and keeps haning randomly... 😢️

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/284>

gitlab/ci_template.yml

index 0b73d1e..d6c27c1 100644 (file)
@@ -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?