We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2420653 commit 977cee2Copy full SHA for 977cee2
2 files changed
.packit.yaml
@@ -189,8 +189,11 @@ jobs:
189
- <<: *tests
190
packages: [specfile-epel10]
191
tmt_plan: "smoke|full"
192
+ use_internal_tf: true
193
targets:
- - epel-10-all
194
+ epel-10-x86_64: {}
195
+ rhel+epel-10-x86_64:
196
+ distros: [RHEL-10.0-Nightly]
197
198
- &propose_downstream
199
job: propose_downstream
plans/full.fmf
@@ -12,6 +12,8 @@ adjust:
12
- when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10"
13
because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835"
14
prepare+:
15
+ - how: install
16
+ package: https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
17
- how: install
18
package: python3-pip
19
- how: shell
0 commit comments