acceptance,e2e: Let capacity reservation expired more later

This commit is contained in:
Yusuke Kuoka 2022-02-21 00:07:49 +00:00
parent 5bc16f2619
commit 1463d4927f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ spec:
scaleUpTriggers: scaleUpTriggers:
- githubEvent: {} - githubEvent: {}
amount: 1 amount: 1
duration: "1m" duration: "10m"
minReplicas: ${RUNNER_MIN_REPLICAS} minReplicas: ${RUNNER_MIN_REPLICAS}
maxReplicas: 10 maxReplicas: 10
scaleDownDelaySecondsAfterScaleOut: ${RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT} scaleDownDelaySecondsAfterScaleOut: ${RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT}