Skip to content

Commit f18a89b

Browse files
committed
Update CHANGELOG
1 parent 881d029 commit f18a89b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-node CHANGELOG
33

44
This file is used to list changes made in each version of the aws-parallelcluster-node package.
55

6+
3.15.0
7+
------
8+
9+
**CHANGES**
10+
- Direct users to slurm_resume log to see EC2 error codes if no instances are launched.
11+
612
3.14.0
713
------
814

tests/slurm_plugin/test_instance_manager.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4724,7 +4724,12 @@ def test_update_dict(self, instance_manager, target_dict, update, expected_dict)
47244724
{"q1": {"c1": ["q1-dy-c1-1"], "c2": ["q1-dy-c2-1"]}},
47254725
[],
47264726
True,
4727-
{"InsufficientInstanceCapacity(Check slurm_resume log for ec2 error codes)": {"q1-dy-c1-1", "q1-dy-c2-1"}},
4727+
{
4728+
"InsufficientInstanceCapacity(Check slurm_resume log for ec2 error codes)": {
4729+
"q1-dy-c1-1",
4730+
"q1-dy-c2-1",
4731+
}
4732+
},
47284733
),
47294734
],
47304735
)
@@ -4903,7 +4908,12 @@ def test_best_effort_node_assignment(
49034908
{"q1": {"c1": ["q1-dy-c1-1"], "c2": ["q1-dy-c2-1"]}},
49044909
[],
49054910
True,
4906-
{"InsufficientInstanceCapacity(Check slurm_resume log for ec2 error codes)": {"q1-dy-c1-1", "q1-dy-c2-1"}},
4911+
{
4912+
"InsufficientInstanceCapacity(Check slurm_resume log for ec2 error codes)": {
4913+
"q1-dy-c1-1",
4914+
"q1-dy-c2-1",
4915+
}
4916+
},
49074917
None,
49084918
{},
49094919
{},

0 commit comments

Comments
 (0)