Skip to content

Commit a794af5

Browse files
authored
Increase scaledown time to 30 mins (#2555)
Increase scaledown time to 30 mins to keep t2.micro dynamic nodes up with initial_count = 1 Signed-off-by: Yulei Wang <[email protected]>
1 parent e4aba1a commit a794af5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration-tests/tests/update/test_update/test_update_hit/pcluster.config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ shared_dir = shared
6161
#volume_iops = None #Initially not set
6262

6363
[scaling custom]
64-
#scaledown_idletime = None #Initially not set
64+
scaledown_idletime = 30
6565

6666
[efs custom]
6767
shared_dir = efs

tests/integration-tests/tests/update/test_update/test_update_hit/pcluster.config.update.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ shared_dir = shared
7777
volume_iops = 140
7878

7979
[scaling custom]
80-
#scaledown_idletime = None #Initially not set
80+
scaledown_idletime = 30
8181

8282
[efs custom]
8383
shared_dir = efs

0 commit comments

Comments
 (0)