Skip to content

Support multiple machine types #64

Open
@nguyenhoaibao

Description

@nguyenhoaibao

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions