Skip to content

v3.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 23:44
722fb76

What's new

Added 🎉

  • Added --min-runtime option to gantry run for specifying a minimum guaranteed runtime before a job can be preempted (e.g. --min-runtime 1h).
  • Added --no-auto-resume option to gantry run for disabling automatic job resumption after preemption.

Changed ⚠️

  • Bumped minimum beaker-py version to 2.6.0.
  • When no cluster is specified, gantry no longer explicitly sets preemptible=True. The server defaults (min_runtime=0, auto_resume=true) now apply, which is equivalent behavior.

Deprecated

  • --preemptible/--not-preemptible is deprecated in favor of --min-runtime and --no-auto-resume. The old flags still work but emit a deprecation warning.

Commits

722fb76 (chore) bump version to v3.7.0 for release
f5134a2 Add min runtime support (#191)