mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-04 16:37:39 +08:00
RunnerSet: Automatic-recovery from registration timeout and deregistration on pod termination (#652)
Ref #629 Ref #613 Ref #612
This commit is contained in:
2
acceptance/testdata/repo.runnerset.hra.yaml
vendored
2
acceptance/testdata/repo.runnerset.hra.yaml
vendored
@@ -16,6 +16,8 @@ spec:
|
||||
# RunnerSet doesn't support scale from/to zero yet
|
||||
minReplicas: 1
|
||||
maxReplicas: 5
|
||||
# This should be less than 600(seconds, the default) for faster testing
|
||||
scaleDownDelaySecondsAfterScaleOut: 60
|
||||
metrics:
|
||||
- type: PercentageRunnersBusy
|
||||
scaleUpThreshold: '0.75'
|
||||
|
||||
Reference in New Issue
Block a user