diff options
author | Javier Jardón <jjardon@gnome.org> | 2020-03-30 16:46:59 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-04-07 14:22:29 +0000 |
commit | edcd52f8f0d9e062bb9a4d089799b47625c37ab6 (patch) | |
tree | dc236ac23a1d5cd580aea98fc292f67e8426e1aa /.gitlab-ci.yml | |
parent | 6254f9c1096e67981cde7b2f8f4acfa5196344e8 (diff) | |
download | buildstream-edcd52f8f0d9e062bb9a4d089799b47625c37ab6.tar.gz |
.gitlab-ci.yml: Allow WSL test to failjjardon/allow_fail_wsl
Current WSL runners are not reachable
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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. |