summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 14:46:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 14:46:28 +1000
commitf45bc03d9f7b0b8d34ad96e5ea3602d59b02cd1a (patch)
tree971a1a5d71160be7a31e030238c4f02c436eb50e
parent4f664551607a23d1038cfd612baaaa60bebb4cf2 (diff)
downloadlibevdev-f45bc03d9f7b0b8d34ad96e5ea3602d59b02cd1a.tar.gz
gitlab CI: do not retry the qemu runs
See libinput commit fb4f4131a112201c86c510179cfc939fcfa8aece by Benjamin Tissoires Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.gitlab-ci/ci.template4
2 files changed, 0 insertions, 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: