Skip to content

Commit

Permalink
[skip-ci] Packit: remove epel and re-enable c9s
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lsm5 committed Nov 26, 2024
1 parent e6237bb commit 415d762
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 415d762

Please sign in to comment.