devexp-db / distgen

Distribution oriented templating system
http://distgen.readthedocs.io/
GNU General Public License v2.0
18 stars 13 forks source link

Add `matrix: include` to multispec #128

Closed frenzymadness closed 2 years ago

frenzymadness commented 2 years ago

We use distgen in s2i Python container and the matrix: exclude part of our multispec.yml is growing so it might be better for us to specify the opposite – include instead of exclude, which would allow us to say what exact combinations we want.

I might try to implement this to distgen. What do you think about it?

praiskup commented 2 years ago

I'm +1, but we should probably ask @zmiklank?

zmiklank commented 2 years ago

If this change would be backward compatible - preserving the matrix: exclude, I am also +1.