From 08f8624367472274c3d6a070ceb3a1e3d1b7fa42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 13 May 2024 07:38:07 -0400 Subject: [PATCH] jenkins: Disable armhf on trixie for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- jenkins/jobs/image-debian.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/jobs/image-debian.yaml b/jenkins/jobs/image-debian.yaml index 73c9d0f0..9e118903 100644 --- a/jenkins/jobs/image-debian.yaml +++ b/jenkins/jobs/image-debian.yaml @@ -47,6 +47,9 @@ -o image.release=${release} -o image.variant=${variant} \ -o source.url="http://ftp.us.debian.org/debian" + execution-strategy: + combination-filter: '!(architecture == "armhf" && release == "trixie")' + properties: - build-discarder: num-to-keep: 3