coreos-assembler icon indicating copy to clipboard operation
coreos-assembler copied to clipboard

kola: Add ability to do distribution specific version gating

Open arithx opened this issue 6 years ago • 0 comments

Tests can currently be version gated to be before a specific version and/or after a specific version. However, with the support of multiple distributions now this needs to be reworked.

Potential solutions could include changing MinVersion & MaxVersion to accept structs with versions for individual distributions or switching to a ShouldRun flag which accepts a function that accepts strings for the distribution & version and returns a bool

getClusterSemver will also need to be updated to support parsing versions from the currently supported distributions.

arithx avatar Mar 14 '19 16:03 arithx