Skip to content

Commit

Permalink
Downgrade Slurm to 23.11.10
Browse files Browse the repository at this point in the history
We decided to not upgrading major version of Slurm in the coming release

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Sep 11, 2024
1 parent 3e15b87 commit ad8d4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/aws-parallelcluster-slurm/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Slurm
default['cluster']['slurm']['version'] = '24-05-2-1'
default['cluster']['slurm']['version'] = '23-11-10-1'
default['cluster']['slurm']['commit'] = ''
default['cluster']['slurm']['branch'] = ''
default['cluster']['slurm']['sha256'] = '21aa526f20e8c84e46a34b8f31c8f9500395e5e828f5189f38aca3836e5270a1'
default['cluster']['slurm']['sha256'] = 'ca880fcd44a9e0303a36e05ede75913d16f254d88d4ef05595cd135a29aa3071'
default['cluster']['slurm']['base_url'] = "#{node['cluster']['artifacts_s3_url']}/dependencies/slurm"
# Munge
default['cluster']['munge']['munge_version'] = '0.5.16'
Expand Down

0 comments on commit ad8d4f7

Please sign in to comment.