File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,11 @@ jobs:
189189 - << : *tests
190190 packages : [specfile-epel10]
191191 tmt_plan : " smoke|full"
192+ use_internal_tf : true
192193 targets :
193- - epel-10-all
194+ epel-10-x86_64 : {}
195+ rhel+epel-10-x86_64 :
196+ distros : [RHEL-10.0-Nightly]
194197
195198 - &propose_downstream
196199 job : propose_downstream
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ adjust:
1212 - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10"
1313 because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835"
1414 prepare+:
15+ - how: install
16+ package: https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
1517 - how: install
1618 package: python3-pip
1719 - how: shell
You can’t perform that action at this time.
0 commit comments