#149 tests from the dist-git tests/* namespace should run against all Fedora's for tmt tests
Opened by mvadkert. Modified

Currently the Fedora image is chosen according to the branch (e.g. master -> Rawhide, f33 -> Fedora-33, etc.). This is fine if the repo contains these branches, but some tests share the tests namespace for all Fedora's.

I believe we could improve this situation by this algorithm.
1. If the branch contains only master branch and no f* branches, run against all Fedora's in seprate requests to Testing Farm. Label the results with different labels or put the used OS in description

  1. If the branch contains at least one f* branch, run only for a specific fedora release the tests

@psss what do you think?


Sounds good to me. It could work similar to how fedora-all is used in packit to run against all currently supported fedora releases.

Metadata Update from @msrb:
- Issue assigned to msrb

Metadata