File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 38
38
- job : copr_build
39
39
trigger : pull_request
40
40
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
42
42
# for all architectures
43
43
- centos-stream-9-x86_64
44
44
- centos-stream-9-aarch64
@@ -48,10 +48,10 @@ jobs:
48
48
- centos-stream-10-aarch64
49
49
- centos-stream-10-ppc64le
50
50
- 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
55
55
# Sanity check on secondary targets, fewer architectures just
56
56
# because the chance that we break e.g. ppc64le *just* on
57
57
# rawhide is basically nil.
63
63
- job : tests
64
64
trigger : pull_request
65
65
targets :
66
- - fedora-40 -x86_64
67
- - fedora-40 -aarch64
66
+ - fedora-41 -x86_64
67
+ - fedora-41 -aarch64
68
68
tmt_plan : /integration-build
69
69
skip_build : true
70
70
identifier : integration-test
@@ -75,18 +75,16 @@ jobs:
75
75
trigger : pull_request
76
76
targets :
77
77
- centos-stream-9-x86_64
78
- - centos-stream-9-aarch64
79
78
- centos-stream-10-aarch64
80
- - fedora-40 -x86_64
79
+ - fedora-41 -x86_64
81
80
tmt_plan : /to-existing-root
82
81
identifier : e2e-test-to-existing-root
83
82
84
83
- job : tests
85
84
trigger : pull_request
86
85
targets :
87
86
- centos-stream-9-aarch64
88
- - centos-stream-10-x86_64
89
87
- centos-stream-10-aarch64
90
- - fedora-40 -aarch64
88
+ - fedora-41 -aarch64
91
89
tmt_plan : /to-disk
92
90
identifier : e2e-test-to-disk
You can’t perform that action at this time.
0 commit comments