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.
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 berunnerSetLabelswhich would take in array of labels.Example:
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.