Skip to content

Commit

Permalink
Merge pull request #5493 from nalind/disable-rhel-8-packit-builds
Browse files Browse the repository at this point in the history
Disable packit builds for centos-stream+epel-next-8
  • Loading branch information
openshift-merge-bot[bot] committed May 2, 2024
2 parents 983fa42 + 7688d88 commit 2227a81
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

1 comment on commit 2227a81

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.