Skip to content

Commit 7e09141

Browse files
committed
ci: Stop building and testing on Fedora 41
This is soon to go EOL and I don't think we need to keep testing it upstream. In particular the integration tests are super expensive and slow and this should cut down our usage of them.
1 parent fa313f7 commit 7e09141

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.packit.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- centos-stream-10-x86_64
4141
- centos-stream-10-aarch64
4242
- centos-stream-10-s390x
43-
- fedora-41-x86_64
44-
- fedora-41-aarch64
45-
- fedora-41-s390x
43+
- fedora-42-x86_64
44+
- fedora-42-aarch64
45+
- fedora-42-s390x
4646
# Sanity check on secondary targets, fewer architectures just
4747
# because the chance that we break e.g. ppc64le *just* on
4848
# rawhide is basically nil.
@@ -70,8 +70,6 @@ jobs:
7070
- centos-stream-9-aarch64
7171
- centos-stream-10-x86_64
7272
- centos-stream-10-aarch64
73-
- fedora-41-x86_64
74-
- fedora-41-aarch64
7573
- fedora-42-x86_64
7674
- fedora-42-aarch64
7775
- fedora-rawhide-x86_64

0 commit comments

Comments
 (0)