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
In theory this is "nicer" to koji, consuming fewer bandwidth and memory resources.
However we must note that the massTag implementation specifies behavior identical to having force=True, notify=False and thus may not be correct to use in all cases.
need to identify what the behavior is for per-build failures here. If it's not compatible, we may need to stick with multicall tagBuildBypass after all
A new
massTag
API was introduced in koji 1.30 on the hub side. This acts similarly to thetagBuildBypass
call, but accepts multiple builds.https://pagure.io/koji/issue/3307
https://pagure.io/koji/pull-request/3308#_2__37
Let's add a detect in KSD and switch to that API where applicable.
The text was updated successfully, but these errors were encountered: