From 0961280150f0c0423e83e766965159b9d2ae1269 Mon Sep 17 00:00:00 2001 From: James Molet Date: Wed, 4 Mar 2026 13:41:50 -0500 Subject: [PATCH] feat(packit): add RHEL build targets for pre-release testing - Add rhel-8, rhel-9, rhel-10 targets with x86_64 and aarch64 - Add rhel-10 s390x and ppc64le - Add centos-stream-10 with multi-arch - Add fedora-all-x86_64 and fedora-all-aarch64 - Align config with insights-client and rhc patterns --- .packit.yml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/.packit.yml b/.packit.yml index 2f7be44275..d61beb7357 100644 --- a/.packit.yml +++ b/.packit.yml @@ -7,8 +7,20 @@ jobs: - job: copr_build trigger: pull_request targets: - - centos-stream-10 - - fedora-all + - rhel-8-x86_64 + - rhel-8-aarch64 + - rhel-9-x86_64 + - rhel-9-aarch64 + - rhel-10-x86_64 + - rhel-10-aarch64 + - rhel-10-s390x + - rhel-10-ppc64le + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + - centos-stream-10-s390x + - centos-stream-10-ppc64le + - fedora-all-x86_64 + - fedora-all-aarch64 - job: copr_build trigger: commit @@ -16,8 +28,20 @@ jobs: owner: "@yggdrasil" project: latest targets: - - centos-stream-10 - - fedora-all + - rhel-8-x86_64 + - rhel-8-aarch64 + - rhel-9-x86_64 + - rhel-9-aarch64 + - rhel-10-x86_64 + - rhel-10-aarch64 + - rhel-10-s390x + - rhel-10-ppc64le + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + - centos-stream-10-s390x + - centos-stream-10-ppc64le + - fedora-all-x86_64 + - fedora-all-aarch64 # - job: tests # trigger: pull_request