From f45bc03d9f7b0b8d34ad96e5ea3602d59b02cd1a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Jan 2023 14:46:01 +1000 Subject: [PATCH] gitlab CI: do not retry the qemu runs See libinput commit fb4f4131a112201c86c510179cfc939fcfa8aece by Benjamin Tissoires Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 4 ---- .gitlab-ci/ci.template | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd0e9c9..735c8fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -793,10 +793,6 @@ soname: - console.out reports: junit: $MESON_BUILDDIR/junit-*.xml - - retry: - max: 2 - when: script_failure needs: ['fedora:35@qemu-prep'] qemu:meson: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 3e24b87..942831a 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -480,10 +480,6 @@ soname: - console.out reports: junit: $MESON_BUILDDIR/junit-*.xml - - retry: - max: 2 - when: script_failure needs: ['{{distro.name}}:{{version}}@qemu-prep'] qemu:meson: