Skip to content

Commit 1813ebd

Browse files
ppisarkontura
authored andcommitted
CI: Build on EPEL 10 and 9
I'd like the see passing a RHEL 9 build in the CI results when I push a fix for it in the previous commit. I named the EPEL versions explicitly because: - I'm not sure we aspire for compatibility with RHEL 8. At least we did not do than in the rpmgit-overlays/COPR CI. - epel-all would build for all minor EPEL version (e.g. 10.2, 10.2, 10.0). I think it would be unnecessary. CI tests are not run on EPELs because of these unrelated bugs that should be fixed later: - EPEL 10: computed "centos:stream:10" label is not a valid container name. - EPEL 9: <https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf-nightly/fedora-9-x86_64/repodata/repomd.xml> returns HTTP 404 error for copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf-nightly repository. Something miscomputes the URL ("epel" vs. "fedora").
1 parent f1e54dd commit 1813ebd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.packit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ jobs:
1313
- job: copr_build
1414
trigger: pull_request
1515
targets:
16+
- epel-9
17+
- epel-10
1618
- fedora-all
1719
additional_repos:
1820
- "copr://rpmsoftwaremanagement/dnf-nightly"
1921
- job: tests
2022
trigger: pull_request
2123
identifier: "dnf-tests"
2224
targets:
25+
# EPELs fail now for unrelated reasons
2326
- fedora-all
2427
fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
2528
fmf_ref: enable-tmt-dnf-4-stack

0 commit comments

Comments
 (0)