Remove Slurm reservation check from serve_overview
Description
We're no longer using a Slurm reservation for calibration jobs - we have partitions (upex-high & upex-middle) to give calibration priority instead. This removes some unnecessary work in serve_overview
to check how many nodes are in a reservation and recommend whether to use it or not.
I've left in code to check for upex_*
reservations for now, but I don't think we use those either. We can simplify the code more if we ignore those as well.
How Has This Been Tested?
Installed on max-exfl017, checked that the http://max-exfl017.desy.de:8008 loads OK:
Types of changes
- Removal of feature no longer needed
Checklist:
- My code follows the code style of this project.
Reviewers
Edited by Thomas Kluyver