File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ packages:
3131 create-archive :
3232 - python3 -m build --sdist --outdir ./fedora/
3333 - bash -c "ls -1t ./fedora/*.tar.gz | head -n 1"
34- get-current-version : python3 -m setuptools_scm
34+ get-current-version :
35+ - " bash -c 'echo $(python3 -m setuptools_scm)^123'"
3536
3637 specfile-epel8 :
3738 << : *specfile
@@ -189,8 +190,11 @@ jobs:
189190 - << : *tests
190191 packages : [specfile-epel10]
191192 tmt_plan : " smoke|full"
193+ use_internal_tf : true
192194 targets :
193- - epel-10-all
195+ epel-10-x86_64 : {}
196+ rhel+epel-10-x86_64 :
197+ distros : [RHEL-10.0-Nightly]
194198
195199 - &propose_downstream
196200 job : propose_downstream
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ 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
17+ - how: shell
18+ script: dnf config-manager --set-enabled crb
1519 - how: install
1620 package: python3-pip
1721 - how: shell
You can’t perform that action at this time.
0 commit comments