Skip to content

Commit f717b96

Browse files
committed
Fix unit tests and add to changelog
1 parent c31af58 commit f717b96

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ CHANGELOG
162162
- Add validator to prevent the use of Placement Groups with Capacity Blocks.
163163

164164
**CHANGES**
165+
- Increase `HeadNodeBootstrapTimeout` by 5 minutes, making it 35 minutes in total.
165166
- CentOS 7 is no longer supported.
166167
- Upgrade Cinc Client to version to 18.4.12 from 18.2.7.
167168
- Upgrade munge to version 0.5.16 (from 0.5.15).

cli/tests/pcluster/templates/test_cluster_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,9 +952,9 @@ def test_head_node_dna_json(mocker, test_datadir, config_file_name, expected_hea
952952
@pytest.mark.parametrize(
953953
"config_file_name, expected_head_node_bootstrap_timeout",
954954
[
955-
("slurm.required.yaml", "1800"),
955+
("slurm.required.yaml", "2100"),
956956
("slurm.full.yaml", "1201"),
957-
("awsbatch.simple.yaml", "1800"),
957+
("awsbatch.simple.yaml", "2100"),
958958
("awsbatch.full.yaml", "1000"),
959959
],
960960
)

cli/tests/pcluster/templates/test_cluster_stack/test_head_node_dna_json/head_node_default.dna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cluster_config_version": "",
77
"cluster_s3_bucket": "parallelcluster-a69601b5ee1fc2f2-v1-do-not-delete",
88
"cluster_user": "ec2-user",
9-
"compute_node_bootstrap_timeout": 1800,
9+
"compute_node_bootstrap_timeout": 2100,
1010
"custom_awsbatchcli_package": "",
1111
"custom_node_package": "",
1212
"cw_logging_enabled": "true",

0 commit comments

Comments
 (0)