summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-03-30 16:46:59 +0100
committerJavier Jardón <jjardon@gnome.org>2020-04-07 14:22:29 +0000
commitedcd52f8f0d9e062bb9a4d089799b47625c37ab6 (patch)
treedc236ac23a1d5cd580aea98fc292f67e8426e1aa
parent6254f9c1096e67981cde7b2f8f4acfa5196344e8 (diff)
downloadbuildstream-jjardon/allow_fail_wsl.tar.gz
.gitlab-ci.yml: Allow WSL test to failjjardon/allow_fail_wsl
Current WSL runners are not reachable
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4df898a4..90cd9684e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -303,6 +303,8 @@ tests-wsl-master:
- PATH=/root/.local/bin:$PATH ${TEST_COMMAND}
only:
- master
+ allow_failure: true
+
tests-wsl-non-master:
stage: test
@@ -324,6 +326,7 @@ tests-wsl-non-master:
when: manual
except:
- master
+ allow_failure: true
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.