replace the rpm role with a fake test

https://pagure.io/standard-test-roles/issue/307
This commit is contained in:
Peter Hutterer 2019-03-08 21:13:10 +10:00
parent 5a01545f08
commit 20e9109424

View File

@ -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