From 744b00499dd3b30b535af41d60e255300bc5a032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 1 Mar 2024 14:47:09 +0100 Subject: [PATCH] kiwibuild: Tell Koji which arches are allowed to fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář (cherry picked from commit be410d9fd5f60c25cd0ae49af8def7509196cae6) --- pungi/phases/kiwibuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi/phases/kiwibuild.py b/pungi/phases/kiwibuild.py index 03a4ab68..75201c08 100644 --- a/pungi/phases/kiwibuild.py +++ b/pungi/phases/kiwibuild.py @@ -145,6 +145,7 @@ class RunKiwiBuildThread(WorkerThread): profile=config["kiwi_profile"], release=release, repos=repo, + optional_arches=self.can_fail, ) koji.save_task_id(task_id)