Re: [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc

2024-04-08 Thread Nico Boehr
Quoting Nicholas Piggin (2024-04-05 10:35:07) > The migration harness is complicated and easy to break so CI will > be helpful. > > Signed-off-by: Nicholas Piggin > --- > .gitlab-ci.yml | 32 +++- > s390x/unittests.cfg | 8 > 2 files changed, 31 inserti

Re: [kvm-unit-tests PATCH v8 13/35] doc: start documentation directory with unittests.cfg doc

2024-04-08 Thread Nico Boehr
txt This is a nice improvement, thanks! Reviewed-by: Nico Boehr

Re: [kvm-unit-tests PATCH v8 03/35] migration: Add a migrate_skip command

2024-04-08 Thread Nico Boehr
Quoting Nicholas Piggin (2024-04-05 10:35:04) [...] > diff --git a/scripts/arch-run.bash b/scripts/arch-run.bash > index 39419d4e2..4a1aab48d 100644 > --- a/scripts/arch-run.bash > +++ b/scripts/arch-run.bash [...] > @@ -179,8 +189,11 @@ run_migration () > # Wait for test exit or fu

Re: [kvm-unit-tests PATCH v8 04/35] (arm|s390): Use migrate_skip in test cases

2024-04-08 Thread Nico Boehr
iewed-by: Thomas Huth > Signed-off-by: Nicholas Piggin Thanks for finding the missing skip! Reviewed-by: Nico Boehr