From 415d762475126282ca9d650a4a94e7e7435d193e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 26 Nov 2024 15:05:01 +0530 Subject: [PATCH] [skip-ci] Packit: remove epel and re-enable c9s We're moving away from proper rhel testing on upstream because of the slower pace of RHEL. This has already been done on aardvark-dns and some others. CentOS 9 Stream does move fast enough that we can re-enable it here. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 0d5c3a3b08..d214d83f37 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,8 +12,6 @@ packages: podman-centos: pkg_tool: centpkg specfile_path: rpm/podman.spec - podman-rhel: - specfile_path: rpm/podman.spec podman-eln: specfile_path: rpm/podman.spec @@ -62,21 +60,11 @@ jobs: notifications: *packit_build_failure_notification enable_net: true targets: - # - centos-stream-9-x86_64 - # - centos-stream-9-aarch64 + - centos-stream-9-x86_64 + - centos-stream-9-aarch64 - centos-stream-10-x86_64 - centos-stream-10-aarch64 - # Disabled until there is go 1.22 in epel-9 - # - job: copr_build - # trigger: pull_request - # packages: [podman-rhel] - # notifications: *packit_build_failure_notification - # enable_net: true - # targets: - # - epel-9-x86_64 - # - epel-9-aarch64 - # Run on commit to main branch - job: copr_build trigger: commit