豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Multiple label support for gha-runner-scale-set #2445

@tiithansen

Description

@tiithansen

What would you like added?

Currently it is possible to set only one label gha-runner-scale-set through runnerScaleSetName. It would be nice it there would be runnerSetLabels which would take in array of labels.

Example:

runnerSetName: 'generic'
runnerSetLabels:
- self-hosted
- arm64

Why is this needed?

In previous versions of ARC it was possible to set multiple labels and self-hosted was sort of default label. Having this feature would enable easier switch from ARC to gha-runner-scale-set because it wouldn't be necessary to modify runs-on: [...] in workflows which already have these labels in place.

Additional context

It seems to possible to pass in multiple labels for the runnerScaleSet code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds triageRequires review from the maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions