CI: Run a build of pyproject-rpm-macros.spec --with tox_tests (RHEL 9 specific)
Related: rhbz#2208971
This commit is contained in:
parent
e8933acb12
commit
ab6c5538e5
@ -8,11 +8,20 @@
|
|||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
tags:
|
||||||
- classic
|
- classic
|
||||||
|
pre_tasks:
|
||||||
|
- import_role:
|
||||||
|
name: standard-test-source
|
||||||
|
vars:
|
||||||
|
fetch_only: True
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
tests:
|
tests:
|
||||||
|
- mock_with_tox_tests:
|
||||||
|
dir: .
|
||||||
|
run: ./mocktest.sh pyproject-rpm-macros --with tox_tests
|
||||||
- pytest:
|
- pytest:
|
||||||
dir: .
|
dir: .
|
||||||
run: ./mocktest.sh python-pytest
|
run: ./mocktest.sh python-pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user