From 5a61e04572c5ca9a75c5fc4fb9992596964bdc20 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Wed, 18 Feb 2026 16:26:48 +0100 Subject: [PATCH] ci: disable debian-ppc64el and debian-s390x They failed a lot today, no idea why. But having flakes in pre merge CI sucks. (cherry picked from commit b05271f16c78010d32564ee307aad78dc7d58151) Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ++-- .pick_status.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 8827a5e151b..88126b884e9 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -774,7 +774,7 @@ debian-riscv64: # While s390 is dead, s390x is very much alive, and one of the last major # big-endian platforms, so it provides useful coverage. # In case of issues with this job, contact @ajax -debian-s390x: +.debian-s390x: extends: - .meson-cross - .use-debian/s390x_build @@ -789,7 +789,7 @@ debian-s390x: DRI_LOADERS: -D glvnd=disabled -debian-ppc64el: +.debian-ppc64el: extends: - .meson-cross - .use-debian/ppc64el_build diff --git a/.pick_status.json b/.pick_status.json index 0c368bc071b..ccd88fbf765 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -9084,7 +9084,7 @@ "description": "ci: disable debian-ppc64el and debian-s390x", "nominated": false, "nomination_type": 0, - "resolution": 4, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null