aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-26 18:46:31 +0100
committerGaëtan Gilbert2018-11-26 18:46:31 +0100
commitdba80a4319c65f5baba553beb7fc222a701d4880 (patch)
tree6a0bfe9473dbe671e9bad59445c1f0dfeccf24ba
parent5b6fba1920c998c732b10beba314638f47e2edde (diff)
parent1bf1b563ad78e974cf8fcb00a747d8e37af3f07d (diff)
Merge PR #9075: [ci] Set windows jobs to allow_failure: true
-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