1fdf7cd567
openQA sometimes winds up testing an update that doesn't have any packages for x86_64 (or aarch64). The most common case is s390utils, which is on the critpath but only has packages for s390x. I would ideally like to skip scheduling entirely if the update has no packages for the arch we're scheduling on, but sadly that involves using the Koji API which is XML-RPC and I don't really want to deal with that again. This deals with it at the test level instead, by checking the error message if `koji download-build` fails and carrying on if it's the "no packages for this arch" error. That means if the update has no packages at all for our arch we're not really testing anything, but that's better than a bunch of false failures, I guess. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.. | ||
anaconda.pm | ||
anacondatest.pm | ||
cockpit.pm | ||
fedoradistribution.pm | ||
freeipa.pm | ||
installedtest.pm | ||
packagetest.pm | ||
tapnet.pm | ||
utils.pm |