Skip to content

Commit

Permalink
Disable packit builds for centos-stream+epel-next-8
Browse files Browse the repository at this point in the history
It's no longer an active release for the rhcontainerbot/podman-next COPR
at https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/.

Add "adjustments to .packit.yaml" to the list of things we don't require
updated tests for.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
nalind committed Apr 30, 2024
1 parent 5e46f9c commit e4d4932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- fedora-all-aarch64
- fedora-eln-x86_64
- fedora-eln-aarch64
- centos-stream+epel-next-8-x86_64
- centos-stream+epel-next-8-aarch64
- epel-9-x86_64
- epel-9-aarch64
additional_repos:
Expand Down
1 change: 1 addition & 0 deletions tests/validate/pr-should-include-tests
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fi
filtered_changes=$(git diff --name-status $base $head |
awk '{print $2}' |
grep -F -vx .cirrus.yml |
grep -F -vx .packit.yaml |
grep -F -vx .gitignore |
grep -F -vx changelog.txt |
grep -F -vx go.mod |
Expand Down

0 comments on commit e4d4932

Please sign in to comment.