How can you define matrices of configuration options in CI?
Problem Statement
Currently we can define a something like a build matrix using a hidden job, and using a YAML format features to inherit configuration. But this means that we have to define each job explicitly. Maybe adding support for defining build jobs dynamically using special configuration entries would save some configuration effort, which may be especially true since we support environments.
See also #15356 (closed)