Skip to content

Commit e0b6338

Browse files
authored
Upgrade Slurm to version 22.05.7 (#4744)
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent 4e46dd2 commit e0b6338

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
@@ -21,7 +21,7 @@ CHANGELOG
2121
- Libfabric-aws: `libfabric-aws-1.16.1`
2222
- Rdma-core: `rdma-core-43.0-2`
2323
- Open MPI: `openmpi40-aws-4.1.4-3`
24-
- Upgrade Slurm to version 22.05.6.
24+
- Upgrade Slurm to version 22.05.7.
2525

2626
3.3.1
2727
-----

scheduler_plugins/slurm/artifacts/slurm_plugin_cookbook/attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
default['pcluster']['node_type'] = ENV['PCLUSTER_NODE_TYPE']
2424
default['pcluster']['python_root'] = ENV['PCLUSTER_PYTHON_ROOT']
2525

26-
default['slurm']['version'] = '22-05-6-1'
26+
default['slurm']['version'] = '22-05-7-1'
2727
default['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['slurm']['version']}.tar.gz"
28-
default['slurm']['sha1'] = 'bd2fbc4f6fcf41bfce899eaac0d92d9f09996cd3'
28+
default['slurm']['sha1'] = 'a9208e0d6af8465e417d5a60a6ea82b151b6fc34'
2929
default['slurm']['user'] = 'slurm-user'
3030
default['slurm']['group'] = node['slurm']['user']
3131
default['slurm']['install_dir'] = "#{node['pcluster']['shared_dir']}/slurm"

tests/integration-tests/tests/schedulers/test_slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ def _gpu_resource_check(slurm_commands, partition, instance_type, instance_type_
12591259
def _test_slurm_version(remote_command_executor):
12601260
logging.info("Testing Slurm Version")
12611261
version = remote_command_executor.run_remote_command("sinfo -V").stdout
1262-
assert_that(version).is_equal_to("slurm 22.05.6")
1262+
assert_that(version).is_equal_to("slurm 22.05.7")
12631263

12641264

12651265
def _test_job_dependencies(slurm_commands, region, stack_name, scaledown_idletime):

0 commit comments

Comments
 (0)