On Thu, 26 Jan 2023 at 14:35, Daniel P. Berrangé <berra...@redhat.com> wrote: > I'm confident we can rationalize our jobs, especially the cross > compilation ones. > > For each non-x86 arch we've got two sets of jobs, one for system > emulators and one for user emulators. > > IMHO the most interesting part of non-x86 testing is the TCG > host target. We don't need 2 jobs to cover that, either system > or user emulators would cover TCG build / test. Most of the rest > of code is not heavily host arch dependant.
I'm not super enthusiastic about cutting this down. I find the non-x86 testing is the most interesting part of the CI -- most patch submitters and system submaintainers have already done local compile-and-build with the common x86_64 recent-distro target, so those parts pretty much always succeed. The benefit of the auto CI is in keeping the platforms that aren't so widely used by developers working (both different-host-arch and different-OS). thanks -- PMM