You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@
4
4
5
5
Added (user)
6
6
7
+
* PR #170: SlurmSpawner: add `req_gres` to specify `-go-res`.
8
+
7
9
Added (developer)
8
10
9
11
Changed
10
12
11
-
* Fail on first error in batch script by setting `set -e` to script templates.#177
13
+
*PR #177: Fail on first error in batch script by setting `set -e` to script templates.
12
14
13
15
Fixed
14
16
@@ -24,7 +26,6 @@ Added (user)
24
26
* Add `req_prologue` and `req_epilogue` options to scripts which are inserted before/after the main jupyterhub-singleuser command, which allow for generic setup/cleanup without overriding the entire script. #96
25
27
* SlurmSpawner: add the `req_reservation` option. #91
26
28
* Add basic support for JupyterHub progress updates, but this is not used much yet. #86
27
-
# PR #170: SlurmSpawner: add `req_gres` to specify `-go-res`.
0 commit comments