Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip-ci] Packit: remove epel and re-enable c9s #24682

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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