Skip to content

Commit

Permalink
Revert "Downgrade Slurm to 23.11.10"
Browse files Browse the repository at this point in the history
This reverts commit d9eb21f.
  • Loading branch information
hanwen-cluster committed Feb 7, 2025
1 parent 1a93e9d commit 3a6db7c
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'] = '23-11-10-1'
default['cluster']['slurm']['version'] = '24-05-2-1'
default['cluster']['slurm']['commit'] = ''
default['cluster']['slurm']['branch'] = ''
default['cluster']['slurm']['sha256'] = 'ca880fcd44a9e0303a36e05ede75913d16f254d88d4ef05595cd135a29aa3071'
default['cluster']['slurm']['sha256'] = '21aa526f20e8c84e46a34b8f31c8f9500395e5e828f5189f38aca3836e5270a1'
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 3a6db7c

Please sign in to comment.