Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to leave suite and os empty #2

Open
pschaumburg opened this issue Apr 21, 2020 · 1 comment
Open

Add option to leave suite and os empty #2

pschaumburg opened this issue Apr 21, 2020 · 1 comment

Comments

@pschaumburg
Copy link

pschaumburg commented Apr 21, 2020

:person_frowning: Problem Statement

Right now, I’m defining my suites and os in my kitchen.yml file and overwriting sections like the driver itself with a different kitchen file.
But this could always contain differences between every cookbooks.

When I add a new platform, I just want to add this platform into my kitchen.yml file and not additionally to my GH Action yml file.

I know, it will change the behaviour in the view of the action into a single one instead of the matrix way. So it would also be great to have a concurrent option, which could be set. So different suites can be ran at the same time.

❔ Possible Solution

  • Make suite and os optional
  • Add concurrent option with numbers as inputs

⤴️ Describe alternatives you've considered

The only way would be not to use this action.

@damacus
Copy link
Contributor

damacus commented Feb 8, 2023

Happy to have this feature added if you want to write the code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants