On 21/04/2021 11:04, Wei Liu wrote: > On Wed, Apr 21, 2021 at 10:27:05AM +0100, Andrew Cooper wrote: >> Travis-ci.org is shutting down shortly. The arm cross-compile testing has >> been broken for a long time now, and all testing has now been superseded by >> our Gitlab infrastructure. >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > Acked-by: Wei Liu <w...@xen.org>
Thanks. > I guess this also needs backporting? Unsure. It logically depends on "automation: add arm32 cross-build tests for Xen" which is currently the top commit on staging, but said cross-compile tests were also the ones broken in Travis. When travis shuts down, it will simply stop caring about repos/branches containing a .travis.yml, so I don't think anything is going to break as a consequence. Then again, it is probably bad form to retain CI configuration for something which we know doesn't work. Jan - thoughts? ~Andrew