On Wed, 2020-12-16 at 12:37 +0100, Vitaly Zaitsev via devel wrote: > On 15.12.2020 23:29, Miroslav Suchý wrote: > > What you - as Fedora packager - find most time consuming on packaging? > > ABI check between shared libraries updates. > > Bodhi used to run abidiff automated tests, but after Fedora Infra moved > to the new datacenter, they disappeared.
Bodhi doesn't run any tests, it only shows results from other systems. abi check was run by Taskotron, which has been retired. The approximate replacement is Fedora CI, which should run rpminspect (among other tests). rpminspect runs abidiff. So there should still be abidiff results, if Fedora CI is doing what it says it should. For instance, here is the most recent Rawhide update from you: https://bodhi.fedoraproject.org/updates/FEDORA-2020-af9f093288 If we click on "Automated Tests", we see a result for "fedora-ci.koji-build.rpminspect.static-analysis". Clicking on it takes us to: https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/rpminspect-pipeline/job/master/2629/testReport/(root)/tests/ where we can see the "/abidiff" results: https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/rpminspect-pipeline/job/master/2629/testReport/(root)/tests/_abidiff/ are OK. I don't know of a known failure case to check it's failing when it should, though. -- Adam Williamson Fedora QA IRC: adamw | Twitter: adamw_ha https://www.happyassassin.net _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org