Skip to content

Commit 977cee2

Browse files
committed
Debug
Signed-off-by: Nikola Forró <[email protected]>
1 parent 2420653 commit 977cee2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.packit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

plans/full.fmf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)