File tree 1 file changed +10
-29
lines changed
1 file changed +10
-29
lines changed Original file line number Diff line number Diff line change 18
18
# x86_64 is assumed by default
19
19
# qm is noarch so we only need to test on one arch
20
20
targets :
21
- fedora-rawhide : {}
21
+ fedora-development : {}
22
22
fedora-latest : {}
23
23
centos-stream-9 :
24
24
additional_repos :
37
37
- << : *copr
38
38
project : qm
39
39
targets :
40
- fedora-40-aarch64 : {}
41
- fedora-40-ppc64le : {}
42
- fedora-40-x86_64 : {}
43
- fedora-39-aarch64 : {}
44
- fedora-39-ppc64le : {}
45
- fedora-39-x86_64 : {}
46
- fedora-38-aarch64 : {}
47
- fedora-38-ppc64le : {}
48
- fedora-38-x86_64 : {}
40
+ fedora-stable-aarch64 : {}
41
+ fedora-stable-ppc64le : {}
42
+ fedora-stable-x86_64 : {}
49
43
centos-stream-9-aarch64 :
50
44
additional_repos :
51
45
- https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
@@ -109,32 +103,19 @@ jobs:
109
103
110
104
- job : propose_downstream
111
105
trigger : release
112
- update_release : false
113
106
dist_git_branches :
114
- - fedora-all-aarch64
115
- - fedora-all-ppc64le
116
- - fedora-all-x86_64
117
- - epel-all-aarch64
118
- - epel-all-ppc64le
119
- - epel-all-x86_64
107
+ - fedora-all
108
+ - epel-9
120
109
121
110
- job : koji_build
122
111
trigger : commit
123
112
dist_git_branches :
124
- - fedora-all-aarch64
125
- - fedora-all-ppc64le
126
- - fedora-all-x86_64
127
- - epel-all-aarch64
128
- - epel-all-ppc64le
129
- - epel-all-x86_64
113
+ - fedora-all
114
+ - epel-9
130
115
131
116
- job : bodhi_update
132
117
trigger : commit
133
118
dist_git_branches :
134
119
# rawhide updates are created automatically
135
- - fedora-all-aarch64
136
- - fedora-all-ppc64le
137
- - fedora-all-x86_64
138
- - epel-all-aarch64
139
- - epel-all-ppc64le
140
- - epel-all-x86_64
120
+ - fedora-branched
121
+ - epel-9
You can’t perform that action at this time.
0 commit comments