From: Peter Hutterer Date: Wed, 4 Jan 2023 04:46:01 +0000 (+1000) Subject: gitlab CI: do not retry the qemu runs X-Git-Tag: accepted/tizen/unified/20231121.102917~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d589836beedcefa03d503446308e37ae4ea4173e;p=platform%2Fupstream%2Flibevdev.git gitlab CI: do not retry the qemu runs See libinput commit fb4f4131a112201c86c510179cfc939fcfa8aece by Benjamin Tissoires Signed-off-by: Peter Hutterer --- 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: