Skip to content

Fix openhpc_job_maxtime default

Compare
Choose a tag to compare
@sjpb sjpb released this 16 May 13:27
· 103 commits to master since this release
a06cf7f

What's Changed

In previous releases the default maximum job lifetime set by openhpc_job_maxtime was intended to be 24 hours and was documented as such. However due to Ansible/Jinja type conversion this became 60 days on the actual running system. This release changes openhpc_job_maxtime to explicitly be 60 days for backward-compatibility and updates the documentation.

See #136 for full details of the bug.

Full Changelog: v0.13.0...v0.15.0