replace the rpm role with a fake test
https://pagure.io/standard-test-roles/issue/307
This commit is contained in:
parent
5a01545f08
commit
20e9109424
@ -25,8 +25,15 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-rpm
|
# standard-test-rpm should do this but it's currently broken. So let's add
|
||||||
subjects: python3-devel # for pathfix during srpm prep
|
# a noop test that requires the package we need
|
||||||
|
- role: standard-test-basic
|
||||||
|
required_packages:
|
||||||
|
- python3-devel # for pathfix during srpm prep
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
command: echo "intentional noop"
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
- role: standard-test-source
|
- role: standard-test-source
|
||||||
|
Loading…
Reference in New Issue
Block a user