Skip to content

Commit 0c7cb5f

Browse files
authored
Merge pull request docker-archive#457 from docker/fix-ddc-nightly-1
Fix DDC nightly errors, picking manager instance size that is availab…
2 parents ffc7dc5 + d08f1c9 commit 0c7cb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/release/test_cfn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
DDC_PARAMETERS = [('ClusterSize', 2),
2020
('InstanceType', 't2.micro'),
2121
('KeyName', 'ken_cochrane'),
22-
('ManagerInstanceType', 'm3.medium'),
22+
('ManagerInstanceType', 'm4.large'),
2323
('ManagerSize', 3),
2424
('DDCPasswordSet', 'password'),
25-
('License', '{}')]
25+
('License', '{}')]
2626

2727
CLOUD_PARAMETERS = [('ClusterSize', 2),
2828
('InstanceType', 't2.micro'),

0 commit comments

Comments
 (0)