summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2019-02-18 18:57:45 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2019-02-18 18:57:45 +0000
commitde70f8c02769f9a63898126589fd0ef7b8f8ce7c (patch)
treeab345bb994d76a4c1d22b9f7adf25bdafc98b7b1
parent86466e7ed6bef1a3373f1d2091023adc1b549d35 (diff)
parentc8cd24b94ce7afe62cf221c44f270abd2941432e (diff)
downloadbuildstream-de70f8c02769f9a63898126589fd0ef7b8f8ce7c.tar.gz
Merge branch 'jonathan/wsl-tests-allow-fail' into 'master'
Allow WSL tests to run, but they don't block the CI See merge request BuildStream/buildstream!1159
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c40b180d3..9f3701fbd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,7 +160,7 @@ tests-wsl:
script:
- "${TEST_COMMAND}"
- when: manual
+ allow_failure: true
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.