summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-26 11:37:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-26 11:37:46 +1000
commit2a51c15683a3d979d284b380cc77d510a3d13387 (patch)
treed65c27fc123e085cfcade54bfb3732ac918d3d09 /.gitlab-ci.yml
parent805421582fa6dad3073c3c6ec309052ed52f47f4 (diff)
downloadlibevdev-2a51c15683a3d979d284b380cc77d510a3d13387.tar.gz
gitlab CI: don't allow failures on the kvm jobs
This is a leftover from libinput where we have to allow failures because of frequent issues with timing. We don't have these issues here so a failed job in the VM indicates a bug. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdfb078..39e6f19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -855,7 +855,6 @@ soname:
reports:
junit: $MESON_BUILDDIR/junit-*.xml
- allow_failure: true
retry:
max: 2
when: script_failure