Skip to content

Commit

Permalink
Upgrade Slurm to version 23.02.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
  • Loading branch information
jdeamicis committed Oct 12, 2023
1 parent c4817df commit bf8ef98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
------

**CHANGES**
- ...
- Upgrade Slurm to 23.02.6.

3.7.1
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Slurm attributes shared between install_slurm and configure_slurm_accounting
default['cluster']['slurm']['commit'] = ''
default['cluster']['slurm']['branch'] = 'slurm-23.02'
default['cluster']['slurm']['sha256'] = '4fee743a34514d8fe487080048256f5ee032374ed5f42d0eae342110dcd59edf'
default['cluster']['slurm']['branch'] = ''
default['cluster']['slurm']['sha256'] = 'ed44d4e591c0f91874d535cb8c9ea67dd2a38bfa4e96fa6c71687293f6a1d3bb'
default['cluster']['slurm']['install_dir'] = '/opt/slurm'

default['cluster']['dns_domain'] = nil
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-slurm/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Slurm
default['cluster']['slurm']['version'] = '23-02-5-1'
default['cluster']['slurm']['version'] = '23-02-6-1'
# Munge
default['cluster']['munge']['munge_version'] = '0.5.15'

0 comments on commit bf8ef98

Please sign in to comment.