aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-26 14:07:11 +0100
committerEmilio Jesus Gallego Arias2018-11-26 14:07:11 +0100
commit1bf1b563ad78e974cf8fcb00a747d8e37af3f07d (patch)
tree216911a4a2f328ab6d8311d06fb5a02518de9dfd
parentbd248f857a7994a630d211f7028c4b1d5805caa6 (diff)
[ci] Set windows jobs to allow_failure: true
Windows jobs have been polluting the CI for quite a few days, allow them to fail.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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