neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

feat(Beaker): Add distro tag from provisioning conf #126

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

Add feature which enables adding distro tags specified in the provisioning config in beaker section like:

beaker:
    distro_tags:
        FEDORA-34%:
            - NIGHTLY-TESTED

This allows us to specify distros with custom tags.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 3 years ago

@netoarmando yes i meant exactly like this, low level per distro which needs it.