#5 Extend ABI check for ppc64, ppc64le and aarch64 arch packages
Merged by sinnykumari. Opened by sinnykumari.
arch_enable  into  develop

Download 5.patch

Since Fedora 26, primary koji also builds a package for
ppc64, ppc64le and aarch64 arches. It is possible to
ask taskotron to extend an abicheck task run for these
arches

We haven't really had any discussion whether we want to recommend tasks to only test primary arches in Taskotron at this moment, or also test alternate arches if possible. So either way is fine. But I believe you should replace 'i686' with 'i386' when calling the koji directive.

rebased

Thanks Kamil for review!
I understand that right now Taskotron tasks doesn't run for alternative arch packages. I find it useful to run abicheck task on all arch packages because it might expose arch specific ABI changes.

Also, updated koji directive for arch from i686 to i386

Pull-Request has been merged by sinnykumari

Metadata