From cf685408bede38a6ca2b1f704e46c4252a8ffbef Mon Sep 17 00:00:00 2001 From: Jacopo De Amicis Date: Thu, 7 Dec 2023 13:06:57 +0100 Subject: [PATCH] Build Slurm from development branch `slurm-23.02` Signed-off-by: Jacopo De Amicis --- .../aws-parallelcluster-slurm/attributes/slurm_attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb b/cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb index 1aee1d190..eb6c76967 100644 --- a/cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb +++ b/cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb @@ -3,7 +3,7 @@ # Slurm attributes shared between install_slurm and configure_slurm_accounting default['cluster']['slurm']['commit'] = '' -default['cluster']['slurm']['branch'] = '' +default['cluster']['slurm']['branch'] = 'slurm-23.02' default['cluster']['slurm']['sha256'] = 'ed44d4e591c0f91874d535cb8c9ea67dd2a38bfa4e96fa6c71687293f6a1d3bb' default['cluster']['dns_domain'] = nil