Skip to content

Commit 71226c7

Browse files
Enrico Usaienrico-usai
authored andcommitted
Upgrade Slurm from 20.02.4 to 20.02.7
Signed-off-by: Enrico Usai <[email protected]>
1 parent 0675e72 commit 71226c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
2.10.4
5+
------
6+
7+
**CHANGES**
8+
9+
- Upgrade Slurm to version 20.02.7.
10+
411
2.10.3
512
------
613
**ENHANCEMENTS**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def _gpu_resource_check(slurm_commands, partition, instance_type, instance_type_
299299
def _test_slurm_version(remote_command_executor):
300300
logging.info("Testing Slurm Version")
301301
version = remote_command_executor.run_remote_command("sinfo -V").stdout
302-
assert_that(version).is_equal_to("slurm 20.02.4")
302+
assert_that(version).is_equal_to("slurm 20.02.7")
303303

304304

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

0 commit comments

Comments
 (0)