-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Description
💡 Summary
It should be possible to dynamically generate the matrix entry in the test portion of the build workflow.
Motivation and context
This would reduce the burden on the repo maintainer.
Implementation notes
- Here is an example of a workflow that dynamically generates the
matrixentry. This idea is briefly discussed here. - We can parse the list of scenarios by listing the directories under
molecule. - We can parse the platforms and architectures for each scenario by parsing its
molecule.ymlfile. - In most cases the platforms and architectures will the same for each scenario, but differences can be handled by taking the superset and adding additional
excludeconfigurations to thematrix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
To do