From 24bc5f370e91cbffa8f4c5f24e2382dddbc1a549 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 28 Oct 2025 15:26:29 -0400 Subject: [PATCH] packit: Update jobs to target newly-released fedora-43 Signed-off-by: John Eckersberg --- .packit.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index c2cd44288..fc39a05e6 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -32,8 +32,8 @@ jobs: - job: copr_build trigger: pull_request targets: - # Primary targets are c9s, c10s and fedora:41 right now, which build - # for all architectures + # Primary targets are c9s, c10s and supported fedora right now, + # which build for all architectures - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-9-s390x @@ -43,6 +43,9 @@ jobs: - fedora-42-x86_64 - fedora-42-aarch64 - fedora-42-s390x + - fedora-43-x86_64 + - fedora-43-aarch64 + - fedora-43-s390x # Sanity check on secondary targets, fewer architectures just # because the chance that we break e.g. ppc64le *just* on # rawhide is basically nil. @@ -69,6 +72,8 @@ jobs: - centos-stream-10-aarch64 - fedora-42-x86_64 - fedora-42-aarch64 + - fedora-43-x86_64 + - fedora-43-aarch64 - fedora-rawhide-x86_64 - fedora-rawhide-aarch64 tmt_plan: /tmt/plans/integration