Skip to content

Commit 39908d4

Browse files
committed
Packit: use epel- instead of centos-stream-
There seems to be a bug with running TMT tests otherwise. Signed-off-by: Stephen Gallagher <[email protected]>
1 parent e3f0200 commit 39908d4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.packit.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,21 @@ jobs:
3030
- fedora-all-aarch64
3131
- fedora-all-ppc64le
3232
- fedora-all-s390x
33-
- centos-stream-10
34-
- centos-stream-10-aarch64
35-
- centos-stream-10-ppc64le
36-
- centos-stream-10-s390x
37-
- centos-stream-9
38-
- centos-stream-9-aarch64
39-
- centos-stream-9-ppc64le
40-
- centos-stream-9-s390x
33+
- epel-10
34+
- epel-10-aarch64
35+
- epel-10-ppc64le
36+
- epel-10-s390x
37+
- epel-9
38+
- epel-9-aarch64
39+
- epel-9-ppc64le
40+
- epel-9-s390x
4141

4242
- job: tests
4343
trigger: pull_request
4444
targets:
4545
- fedora-all
46+
- epel-10
47+
- epel-9
4648

4749
- job: pull_from_upstream
4850
trigger: release

0 commit comments

Comments
 (0)