Re: [PATCH v4 3/3] ci: Disable migration compatibility tests for aarch64

2024-01-19 Thread Peter Xu
On Fri, Jan 19, 2024 at 10:04:56AM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Thu, Jan 18, 2024 at 01:49:51PM -0300, Fabiano Rosas wrote: > >> Until 9.0 is out, we need to keep the aarch64 job disabled because the > >> tests always use the n-1 version of migration-test. That happens

Re: [PATCH v4 3/3] ci: Disable migration compatibility tests for aarch64

2024-01-19 Thread Fabiano Rosas
Peter Xu writes: > On Thu, Jan 18, 2024 at 01:49:51PM -0300, Fabiano Rosas wrote: >> Until 9.0 is out, we need to keep the aarch64 job disabled because the >> tests always use the n-1 version of migration-test. That happens to be >> broken for aarch64 in 8.2. Once 9.0 is out, it will become the

Re: [PATCH v4 3/3] ci: Disable migration compatibility tests for aarch64

2024-01-18 Thread Peter Xu
On Thu, Jan 18, 2024 at 01:49:51PM -0300, Fabiano Rosas wrote: > Until 9.0 is out, we need to keep the aarch64 job disabled because the > tests always use the n-1 version of migration-test. That happens to be > broken for aarch64 in 8.2. Once 9.0 is out, it will become the n-1 > version and it

[PATCH v4 3/3] ci: Disable migration compatibility tests for aarch64

2024-01-18 Thread Fabiano Rosas
Until 9.0 is out, we need to keep the aarch64 job disabled because the tests always use the n-1 version of migration-test. That happens to be broken for aarch64 in 8.2. Once 9.0 is out, it will become the n-1 version and it will bring the fixed tests. We can revert this patch when 9.0 releases.