26 lines
598 B
YAML
26 lines
598 B
YAML
apiVersion: actions.summerwind.dev/v1alpha1
|
|
kind: HorizontalRunnerAutoscaler
|
|
metadata:
|
|
name: actions-runner-aos-autoscaler
|
|
spec:
|
|
scaleTargetRef:
|
|
name: example-runnerdeploy
|
|
scaleUpTriggers:
|
|
- githubEvent:
|
|
checkRun:
|
|
types: ["created"]
|
|
status: "queued"
|
|
amount: 1
|
|
duration: "1m"
|
|
minReplicas: 0
|
|
maxReplicas: 5
|
|
metrics:
|
|
- type: PercentageRunnersBusy
|
|
scaleUpThreshold: '0.75'
|
|
scaleDownThreshold: '0.3'
|
|
scaleUpFactor: '2'
|
|
scaleDownFactor: '0.5'
|
|
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
|
|
repositoryNames:
|
|
- ${TEST_REPO}
|