From 655847e4485d52da7c7fdbdd01bd0b47579144f7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 29 Jul 2020 11:59:00 +0000 Subject: [PATCH] ci: mark the msys job as manual and allowed to fail the msys setup is not deterministic due to issues with msys installation, so it keeps breaking every now and then. Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e10bfee..2db2207 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,8 @@ vs2017 x86: msys2: extends: '.build windows' + when: 'manual' + allow_failure: true script: # XXX: Copied from https://gitlab.freedesktop.org/gstreamer/gst-ci/blob/master/gitlab/ci_template.yml#L487 - $env:PATH += ";C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\msys64\mingw32\bin" -- 2.7.4