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
**Link the Issue(s) this Pull Request is related to.**
Fixes#1297
**Summarize your change.**
As in many render engines, we should be able to set a negative core
requirement.
minCores=8 > reserve 8 cores
minCores=0 > reserve all cores
minCores=-2 > reserve all cores minus 2
This PR addresses this feature by handling negative core requests.
Cuebot will try to match this number against the number of cores on each
host.
The frame will be booked only if all cores are available in this
scenario.
If the host is busy (even slightly), the frame is **not** booked, to
avoid filling the remaining cores.
**Testing**
I would need some guidance to create proper tests for cuebot.
**Screenshot**

Update:
There is now a "ALL" text for zero cores, or "ALL (-2)" for negative
cores reservation.

(cuesubmit feature in another PR #1284)
---------
Signed-off-by: Kern Attila GERMAIN <5556461+KernAttila@users.noreply.github.com>
0 commit comments