Skip to content

Commit bf8ef98

Browse files
committed
Upgrade Slurm to version 23.02.6
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
1 parent c4817df commit bf8ef98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
77
------
88

99
**CHANGES**
10-
- ...
10+
- Upgrade Slurm to 23.02.6.
1111

1212
3.7.1
1313
------

cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# Slurm attributes shared between install_slurm and configure_slurm_accounting
55
default['cluster']['slurm']['commit'] = ''
6-
default['cluster']['slurm']['branch'] = 'slurm-23.02'
7-
default['cluster']['slurm']['sha256'] = '4fee743a34514d8fe487080048256f5ee032374ed5f42d0eae342110dcd59edf'
6+
default['cluster']['slurm']['branch'] = ''
7+
default['cluster']['slurm']['sha256'] = 'ed44d4e591c0f91874d535cb8c9ea67dd2a38bfa4e96fa6c71687293f6a1d3bb'
88
default['cluster']['slurm']['install_dir'] = '/opt/slurm'
99

1010
default['cluster']['dns_domain'] = nil
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Slurm
2-
default['cluster']['slurm']['version'] = '23-02-5-1'
2+
default['cluster']['slurm']['version'] = '23-02-6-1'
33
# Munge
44
default['cluster']['munge']['munge_version'] = '0.5.15'

0 commit comments

Comments
 (0)