summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-12-09 21:18:58 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-12-14 18:57:51 +1000
commitbfa077d2a8abd4ab52622bd1f8f5e5c54dc300c0 (patch)
tree6f34a611341bad0ca995584f9856040399902225 /.gitlab-ci.yml
parent62a0b17007c97bdfdbc95670caaac6a90f82d701 (diff)
downloadlibinput-bfa077d2a8abd4ab52622bd1f8f5e5c54dc300c0.tar.gz
gitlab CI: don't allow VM test failures
The VM runs are much more reliable now and where they do fail, they can be retriggered. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5ee87f0..449e54a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -190,7 +190,6 @@ fedora:32@qemu-prep:
FDO_DISTRIBUTION_VERSION: 32
FDO_DISTRIBUTION_TAG: $QEMU_TAG
FDO_DISTRIBUTION_PACKAGES: $FEDORA_PACKAGES
- allow_failure: true
fedora:31@container-prep:
extends:
@@ -505,7 +504,6 @@ freebsd:11.2@container-clean:
reports:
junit: $MESON_BUILDDIR/junit-*.xml
- allow_failure: true
retry:
max: 2
when: script_failure