48 lines
928 B
Text
48 lines
928 B
Text
/:
|
|
inherit: false
|
|
|
|
summary: Run only modified tests
|
|
|
|
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: fmf
|
|
modified-url: https://src.fedoraproject.org/tests/mod_wsgi.git
|
|
modified-ref: reference/main
|
|
|
|
|
|
/system:
|
|
summary+: " system version"
|
|
discover+:
|
|
test: /system$
|
|
|
|
/python38:
|
|
summary+: " python38 module (conflicts with the system)"
|
|
adjust:
|
|
- when: distro != rhel-8 and distro != centos-stream-8
|
|
enabled: false
|
|
discover+:
|
|
test: /python38$
|
|
|
|
|
|
/python39:
|
|
summary+: " python39 module (conflicts with the system)"
|
|
adjust:
|
|
- when: distro != rhel-8 and distro != centos-stream-8
|
|
enabled: false
|
|
- enabled: false
|
|
when: distro < rhel-8.4.0
|
|
discover+:
|
|
test: /python39$
|
|
|
|
/python311:
|
|
summary+: " python311 - (conflicts with the system)"
|
|
adjust:
|
|
- when: distro < rhel-8.8 and distro ~< rhel-9.2
|
|
enabled: false
|
|
- when: distro == fedora
|
|
enabled: false
|
|
discover+:
|
|
test: /python311$
|
|
|