Skip to content

Commit 8a709d0

Browse files
committed
Packit: remove EPEL jobs, separate out ELN jobs
Removing EPEL (RHEL) jobs from here, as we have removed them from our other projects as well. RHEL copr envrionments are often out of date, leading to failed builds and tests. Testing on CentOS Stream should suffice to guarantee that whatever enters RHEL has passed upstreawm tests. This commit also separates out ELN jobs so that fedora copr targets can be conveniently reused in TMT tests that will be added in future commits. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
1 parent de270e6 commit 8a709d0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.packit.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages:
1212
conmon-centos:
1313
pkg_tool: centpkg
1414
specfile_path: rpm/conmon.spec
15-
conmon-rhel:
15+
conmon-eln:
1616
specfile_path: rpm/conmon.spec
1717

1818
jobs:
@@ -26,6 +26,13 @@ jobs:
2626
targets:
2727
- fedora-all-aarch64
2828
- fedora-all-x86_64
29+
30+
- job: copr_build
31+
trigger: pull_request
32+
packages: [conmon-eln]
33+
notifications: *copr_build_failure_notification
34+
enable_net: true
35+
targets:
2936
- fedora-eln-aarch64
3037
- fedora-eln-x86_64
3138

@@ -40,15 +47,6 @@ jobs:
4047
- centos-stream-9-aarch64
4148
- centos-stream-9-x86_64
4249

43-
- job: copr_build
44-
trigger: pull_request
45-
packages: [conmon-rhel]
46-
notifications: *copr_build_failure_notification
47-
enable_net: true
48-
targets:
49-
- epel-9-aarch64
50-
- epel-9-x86_64
51-
5250
# Run on commit to main branch
5351
- job: copr_build
5452
trigger: commit
@@ -75,6 +73,7 @@ jobs:
7573
update_release: false
7674
dist_git_branches:
7775
- c10s
76+
- c9s
7877

7978
- job: koji_build
8079
trigger: commit

0 commit comments

Comments
 (0)