Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

2.10.4
------

**CHANGES**

- Upgrade Slurm to version 20.02.7.

2.10.3
------
**ENHANCEMENTS**
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/tests/schedulers/test_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def _gpu_resource_check(slurm_commands, partition, instance_type, instance_type_
def _test_slurm_version(remote_command_executor):
logging.info("Testing Slurm Version")
version = remote_command_executor.run_remote_command("sinfo -V").stdout
assert_that(version).is_equal_to("slurm 20.02.4")
assert_that(version).is_equal_to("slurm 20.02.7")


def _test_job_dependencies(slurm_commands, region, stack_name, scaledown_idletime):
Expand Down