Actions
action #1627
closedcheck needs to know about pure non-ring stagings
Start date:
2014-02-20
Due date:
% Done:
0%
Estimated time:
Description
if we group some KDE update into a staging prj, there is no point in test builds and openqa - as all KDE packages are build disabled. So we need to mark it in the meta that a request is non-ring and then check ignores build results if it's purely non-ring.
Updated by scarabeus_iv almost 11 years ago
- Assignee set to scarabeus_iv
I will look at this:
my take is that it should check if all pkgs in the staging are non ring, and if so, then stop everything apart from checking the other reviews.
Updated by scarabeus_iv almost 11 years ago
- Status changed from New to Resolved
I added the required logic into the api.
We check for all packages we have in the staging and if none is from rings then we ignore the build/openqa part of checks.
https://github.com/openSUSE/osc-plugin-factory/commit/41f197f53ebc54de8978e32e465dd7d772dd2656
Actions