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
osc api -X POST '/worker?cmd=checkconstraints&project=home:StefanBruens:branches:Emulators&package=mame&repository=openSUSE_Tumbleweed&arch=x86_64' --file=_constraints
only use the toplevel <disk>/<memory> constraints, but ignore the overwrites.
osc checkconstraints
only uses "toplevel" constraintsWhen I try to figure out the set of workers,
osc checkconstraints
ignores any<overwrite><conditions>...
Expected Result
checkconstraints should return the correct set of workers.
How to Reproduce
osc checkconstraints home:StefanBruens:branches:Emulators mame openSUSE_Tumbleweed x86_64
or the mostly equivalent API call:
osc api -X POST '/worker?cmd=checkconstraints&project=home:StefanBruens:branches:Emulators&package=mame&repository=openSUSE_Tumbleweed&arch=x86_64' --file=_constraints
only use the toplevel
<disk>
/<memory>
constraints, but ignore the overwrites.cat _constraints
When the toplevel memory (10G) is varied, the worker list returned changes accordingly, but the x86_64 overwrite (16G) is always ignored.
The text was updated successfully, but these errors were encountered: