Share list of relevant components across all tests
This commit is contained in:
parent
4369d46463
commit
4b12d4ae50
3 changed files with 13 additions and 17 deletions
14
main.fmf
14
main.fmf
|
|
@ -1,7 +1,19 @@
|
|||
contact:
|
||||
- Petr Šplíchal <psplicha@redhat.com>
|
||||
- Miro Hrončok <mhroncok@redhat.com>
|
||||
component: [python]
|
||||
component:
|
||||
- python
|
||||
- python3
|
||||
- python310
|
||||
- python311
|
||||
- pypy
|
||||
- pypy3
|
||||
- jython
|
||||
- python-pip
|
||||
- python-wheel
|
||||
- python-setuptools
|
||||
- python-virtualenv
|
||||
- python-tox
|
||||
require:
|
||||
- gcc # for extension building in venv and selftest
|
||||
- gcc-c++ # for test_cppext
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
filter: component:python311
|
||||
provision:
|
||||
how: container
|
||||
image: fedora:36
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
|
|
|||
|
|
@ -29,16 +29,3 @@ duration: 10m
|
|||
tier: 1
|
||||
tag:
|
||||
- venv
|
||||
|
||||
component+:
|
||||
- python3
|
||||
- python310
|
||||
- python311
|
||||
- pypy
|
||||
- pypy3
|
||||
- jython
|
||||
- python-pip
|
||||
- python-wheel
|
||||
- python-setuptools
|
||||
- python-virtualenv
|
||||
- python-tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue