On 15/03/19 03:53, Fam Zheng wrote: >> [+] I currently test: >> - windows crossbuilds >> - S390, AArch32, AArch64, PPC64 Linux >> (SPARC currently disabled because of the migration-test flakiness) >> - OSX >> - FreeBSD, OpenBSD, NetBSD via the tests/vm setup >> - various x86-64 configs: from-clean; debug; clang; TCI; no-tcg; >> linux-static (including 'make check-tcg’) > I think the gitlab CI architecture is quite capable of doing what you > want here. Some efforts will be needed to set up the gitlab-runners in > each of above environments and I expect tweakings will be needed to get > the automation smooth, but it is fairly straigtforward and managable: > > https://docs.gitlab.com/runner/
Once we have hosts we can also do the same thing with Patchew testers by the way---in fact, Patchew and gitlab-runner have very similar setups where the runner polls the server for things to patch. Paolo