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

Support multiple machine types #64

Open
nguyenhoaibao opened this issue Aug 27, 2021 · 0 comments
Open

Support multiple machine types #64

nguyenhoaibao opened this issue Aug 27, 2021 · 0 comments

Comments

@nguyenhoaibao
Copy link

nguyenhoaibao commented Aug 27, 2021

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:

  1. Check if the machine type is valid, and
  2. If it's valid, create a runner with that machine type.
  3. If it isn't, use default machine type.
@nguyenhoaibao nguyenhoaibao changed the title Support multiple runners machine types Support multiple machine types Aug 27, 2021
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

1 participant