coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
335 stars 165 forks source link

kola: really make `requiredTag` required #3710

Closed jlebon closed 7 months ago

jlebon commented 7 months ago

Before, even though a test had a required tag, explicitly passing a pattern which matched that test name would still include it. I thought that would be convenient, but it makes the logic less predictable. Since we don't use many required tags today, let's instead opt for being more explicit and always actually require the tag.

Motivated by https://github.com/coreos/rpm-ostree/pull/4806#issuecomment-1918756297.