From 1bf1b563ad78e974cf8fcb00a747d8e37af3f07d Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 26 Nov 2018 14:07:11 +0100 Subject: [ci] Set windows jobs to allow_failure: true Windows jobs have been polluting the CI for quite a few days, allow them to fail. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45597851ef..2947bfb700 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -229,6 +229,7 @@ windows64: <<: *windows-template variables: ARCH: "64" + allow_failure: true windows32: <<: *windows-template @@ -236,6 +237,7 @@ windows32: ARCH: "32" except: - /^pr-.*$/ + allow_failure: true pkg:opam: stage: test -- cgit v1.2.3