Add multi-label support to scalesets (#4408)
This commit is contained in:
@@ -5,6 +5,10 @@ scaleset:
|
||||
# Name of the scaleset
|
||||
name: ""
|
||||
runnerGroup: "default"
|
||||
# Labels are optional list of strings that will be applied to the scaleset
|
||||
# allowing scaleset to be selected by the listener based on the labels specified in the workflow.
|
||||
# https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners/apply-labels
|
||||
labels: []
|
||||
## minRunners is the min number of idle runners. The target number of runners created will be
|
||||
## calculated as a sum of minRunners and the number of jobs assigned to the scale set.
|
||||
# minRunners: 0
|
||||
|
||||
Reference in New Issue
Block a user