gitlab CI: do not retry the qemu runs
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Jan 2023 04:46:01 +0000 (14:46 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Nov 2023 10:55:47 +0000 (19:55 +0900)
See libinput commit fb4f4131a112201c86c510179cfc939fcfa8aece by Benjamin
Tissoires

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index bd0e9c9efd31ad7fbc1d1cebffb88d3660aa10ec..735c8fa5fd6ca52cd299321b42de49ee00abe84d 100644 (file)
@@ -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:
index 3e24b874a313f2f42f78ecb9f39c55be20f3f790..942831a369fc35960ba8096721eabc1f50bfeaeb 100644 (file)
@@ -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: