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
|
||||
roles:
|
||||
- role: standard-test-rpm
|
||||
subjects: python3-devel # for pathfix during srpm prep
|
||||
# standard-test-rpm should do this but it's currently broken. So let's add
|
||||
# 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:
|
||||
- always
|
||||
- role: standard-test-source
|
||||
|
Loading…
Reference in New Issue
Block a user