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

Fix Packit configuration #621

Merged
merged 1 commit into from
Oct 16, 2024
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
39 changes: 10 additions & 29 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# x86_64 is assumed by default
# qm is noarch so we only need to test on one arch
targets:
fedora-rawhide: {}
fedora-development: {}
dougsland marked this conversation as resolved.
Show resolved Hide resolved
fedora-latest: {}
centos-stream-9:
additional_repos:
Expand All @@ -37,15 +37,9 @@ jobs:
- <<: *copr
project: qm
targets:
fedora-40-aarch64: {}
fedora-40-ppc64le: {}
fedora-40-x86_64: {}
fedora-39-aarch64: {}
fedora-39-ppc64le: {}
fedora-39-x86_64: {}
fedora-38-aarch64: {}
fedora-38-ppc64le: {}
fedora-38-x86_64: {}
fedora-stable-aarch64: {}
fedora-stable-ppc64le: {}
fedora-stable-x86_64: {}
dougsland marked this conversation as resolved.
Show resolved Hide resolved
centos-stream-9-aarch64:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
dougsland marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -109,32 +103,19 @@ jobs:

- job: propose_downstream
trigger: release
update_release: false
dougsland marked this conversation as resolved.
Show resolved Hide resolved
dist_git_branches:
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-x86_64
- epel-all-aarch64
- epel-all-ppc64le
- epel-all-x86_64
dougsland marked this conversation as resolved.
Show resolved Hide resolved
- fedora-all
- epel-9
dougsland marked this conversation as resolved.
Show resolved Hide resolved

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-x86_64
- epel-all-aarch64
- epel-all-ppc64le
- epel-all-x86_64
- fedora-all
- epel-9

- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-x86_64
- epel-all-aarch64
- epel-all-ppc64le
- epel-all-x86_64
- fedora-branched
dougsland marked this conversation as resolved.
Show resolved Hide resolved
- epel-9
Loading