Skip to content

Commit d3920c6

Browse files
committed
ci: Update Packit target to Fedora 41 from Fedora 40
Fedora 41 released already, it's time to drop Fedora 40 test and run Fedora 41 test instead Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent ce2d6a3 commit d3920c6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.packit.yaml

+9-11
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- job: copr_build
3939
trigger: pull_request
4040
targets:
41-
# Primary targets are c9s and fedora:40 right now, which build
41+
# Primary targets are c9s, c10s and fedora:41 right now, which build
4242
# for all architectures
4343
- centos-stream-9-x86_64
4444
- centos-stream-9-aarch64
@@ -48,10 +48,10 @@ jobs:
4848
- centos-stream-10-aarch64
4949
- centos-stream-10-ppc64le
5050
- centos-stream-10-s390x
51-
- fedora-40-x86_64
52-
- fedora-40-aarch64
53-
- fedora-40-ppc64le
54-
- fedora-40-s390x
51+
- fedora-41-x86_64
52+
- fedora-41-aarch64
53+
- fedora-41-ppc64le
54+
- fedora-41-s390x
5555
# Sanity check on secondary targets, fewer architectures just
5656
# because the chance that we break e.g. ppc64le *just* on
5757
# rawhide is basically nil.
@@ -63,8 +63,8 @@ jobs:
6363
- job: tests
6464
trigger: pull_request
6565
targets:
66-
- fedora-40-x86_64
67-
- fedora-40-aarch64
66+
- fedora-41-x86_64
67+
- fedora-41-aarch64
6868
tmt_plan: /integration-build
6969
skip_build: true
7070
identifier: integration-test
@@ -75,18 +75,16 @@ jobs:
7575
trigger: pull_request
7676
targets:
7777
- centos-stream-9-x86_64
78-
- centos-stream-9-aarch64
7978
- centos-stream-10-aarch64
80-
- fedora-40-x86_64
79+
- fedora-41-x86_64
8180
tmt_plan: /to-existing-root
8281
identifier: e2e-test-to-existing-root
8382

8483
- job: tests
8584
trigger: pull_request
8685
targets:
8786
- centos-stream-9-aarch64
88-
- centos-stream-10-x86_64
8987
- centos-stream-10-aarch64
90-
- fedora-40-aarch64
88+
- fedora-41-aarch64
9189
tmt_plan: /to-disk
9290
identifier: e2e-test-to-disk

0 commit comments

Comments
 (0)