From 2a51c15683a3d979d284b380cc77d510a3d13387 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 26 Feb 2020 11:37:46 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 - .gitlab-ci/gitlab-ci.tmpl | 1 - 2 files changed, 2 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 diff --git a/.gitlab-ci/gitlab-ci.tmpl b/.gitlab-ci/gitlab-ci.tmpl index 5c12859..dfd987a 100644 --- a/.gitlab-ci/gitlab-ci.tmpl +++ b/.gitlab-ci/gitlab-ci.tmpl @@ -511,7 +511,6 @@ soname: reports: junit: $MESON_BUILDDIR/junit-*.xml - allow_failure: true retry: max: 2 when: script_failure