[kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
Nico Boehr
nrb at linux.ibm.com
Tue Apr 9 02:06:32 AEST 2024
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 <npiggin at gmail.com>
> ---
> .gitlab-ci.yml | 32 +++++++++++++++++++++++---------
> s390x/unittests.cfg | 8 ++++++++
> 2 files changed, 31 insertions(+), 9 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ff34b1f50..60b3cdfd2 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
[...]
> @@ -135,7 +147,7 @@ build-riscv64:
> build-s390x:
> extends: .outoftree_template
> script:
> - - dnf install -y qemu-system-s390x gcc-s390x-linux-gnu
> + - dnf install -y qemu-system-s390x gcc-s390x-linux-gnu nmap-ncat
> - mkdir build
> - cd build
> - ../configure --arch=s390x --cross-prefix=s390x-linux-gnu-
> @@ -161,6 +173,8 @@ build-s390x:
> sclp-1g
> sclp-3g
> selftest-setup
> + selftest-migration-kvm
We're running under TCG in the Gitlab CI. I'm a little bit confused why
we're running a KVM-only test here.
More information about the Linuxppc-dev
mailing list