summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-04-07 17:23:46 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-04-07 17:23:46 +0000
commitdaccb77b6192cbb5f5aa472781697a26d2b271fd (patch)
treedc236ac23a1d5cd580aea98fc292f67e8426e1aa
parent6254f9c1096e67981cde7b2f8f4acfa5196344e8 (diff)
parentedcd52f8f0d9e062bb9a4d089799b47625c37ab6 (diff)
downloadbuildstream-daccb77b6192cbb5f5aa472781697a26d2b271fd.tar.gz
Merge branch 'jjardon/allow_fail_wsl' into 'master'
.gitlab-ci.yml: Allow WSL tests to fail See merge request BuildStream/buildstream!1844
-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.