Skip to content

Releases: TheRoddyWMS/BatchEuphoria

Fix SLURM eligibleTime and startTime

05 Jul 11:29
e5c3b5d
Compare
Choose a tag to compare
  • patch: Changed the conversion of EpochSeconds to ZonedDateTime for the value "0".
    • For eligibleTime it is set to null
    • For startTime it is set to endTime

0.1.3

03 Jul 08:45
87f1b5b
Compare
Choose a tag to compare
various fixes for the slurm implementation

  - patch: Added getter for JobState enum.
  - patch: Fix SLURM API.
    * Reworked queryExtendedJobStateById to always execute both scontrol and sacct and combine the output
    * Some refactoring and added comments
    * Fixed time parsing for jobs longer than 24h
    * Added --propagate=none" to getAdditionalCommandParameters
    * Added tests

0.1.2

24 Apr 09:17
7ba788e
Compare
Choose a tag to compare
Merge pull request #164 from TheRoddyWMS/release-prep-0.1.2

Prepared changelog for 0.1.2 release.

0.1.1

03 Feb 08:57
0fe1443
Compare
Choose a tag to compare
Merge pull request #158 from TheRoddyWMS/fix-bjobs-command-after-brea…

…king-lsf-release

Recent LSF update broke bjobs command behavior

0.1.0

11 Oct 09:00
05bc6cf
Compare
Choose a tag to compare
Merge pull request #156 from TheRoddyWMS/prepare-release-0.1.0

Fixed windows-style linefeeds. Updated changelog. Planned bump to 0.1.0

0.0.14

20 Apr 09:37
0f237ef
Compare
Choose a tag to compare
Fixed bug in .circleci/config.yaml.

0.0.11: Increased LSB_NTRIES for LSF bjobs to 5 to have more robustness to te…

07 Jul 13:59
cc0f191
Compare
Choose a tag to compare

Fix bjobs command

23 Mar 10:33
f9374a2
Compare
Choose a tag to compare
Merge pull request #147 from TheRoddyWMS/fix-bjobs

Fix LSF bjobs command

0.0.9: Merge pull request #144 from TheRoddyWMS/lsb-ntries

19 Mar 12:39
b34316f
Compare
Choose a tag to compare
  • LSF: Commands shouldn't retry/reconnect if an error occurs
    Fixes #79 #132
  • Ignore error and use C locale when stating log file

0.0.8: Merge pull request #142 from AlexanderKosnac/improve-parseTime

06 Sep 15:06
65ba6e0
Compare
Choose a tag to compare