Open
Description
As title, can we support creation of multiple machine types, by using GH Actions runs-on label?
For example, a job in a workflow selects:
runs-on: [self-hosted, n2-standard-4]
then the script does:
- Check if the machine type is valid, and
- If it's valid, create a runner with that machine type.
- If it isn't, use default machine type.
Metadata
Metadata
Assignees
Labels
No labels