Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/log_httpjson_errors_2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak authored Jan 17, 2025
2 parents 347ef6c + a3f5c25 commit 78f6006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reframe/core/schedulers/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ def is_avail(self):
'ALLOCATED',
'COMPLETING',
'IDLE',
'RESERVED',
'PLANNED',
'RESERVED'
}
return self._states <= available_states

Expand Down

0 comments on commit 78f6006

Please sign in to comment.