Skip to content

Commit ef6f189

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 7bbae42 + 552dd0a commit ef6f189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/slurm_plugin/slurm_resources.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ class SlurmNode(metaclass=ABCMeta):
223223
"MaxSpotInstanceCountExceeded",
224224
"Unsupported",
225225
"SpotMaxPriceTooLow",
226+
"UnfulfillableCapacity",
227+
"InsufficientCapacity",
226228
}
227229

228230
def __init__(

0 commit comments

Comments
 (0)