gitlab CI: don't allow failures on the kvm jobs
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 26 Feb 2020 01:37:46 +0000 (11:37 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 26 Feb 2020 01:37:46 +0000 (11:37 +1000)
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>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci.tmpl

index fdfb078d468c980ea1b0ced92b513abd847c0d8c..39e6f19b6e3c7ecc3bc83b8d89055991d8ee8db5 100644 (file)
@@ -855,7 +855,6 @@ soname:
     reports:
       junit: $MESON_BUILDDIR/junit-*.xml
 
-  allow_failure: true
   retry:
     max: 2
     when: script_failure
index 5c1285943fb349a70885c00b6856047ee29a947d..dfd987a45d755e9b847737442e00290f1851beff 100644 (file)
@@ -511,7 +511,6 @@ soname:
     reports:
       junit: $MESON_BUILDDIR/junit-*.xml
 
-  allow_failure: true
   retry:
     max: 2
     when: script_failure