Re: [kvm-unit-tests RFC PATCH 4/6] powerpc: gitlab CI update
From: Thomas Huth <hidden>
Date: 2026-06-08 12:49:00
Also in:
kvm
From: Thomas Huth <hidden>
Date: 2026-06-08 12:49:00
Also in:
kvm
On 02/06/2026 08.48, Chinmay Rath wrote:
From: Nicholas Piggin <npiggin@gmail.com> Change to using a gitlab-ci test group instead of specifying all tests in .gitlab-ci.yml, and adds a few additional tests (smp, atomics) that are known to work in CI. To control overhead, ppc64be is used to test 64k page size, ppc64le is used to test 4k page size. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Chinmay Rath <redacted> --- .gitlab-ci.yml | 53 ++++++++----------------------------------- powerpc/unittests.cfg | 36 ++++++++++++++++++++++------- 2 files changed, 37 insertions(+), 52 deletions(-)
I don't like the idea of handling this differently for powerpc compared to the other architectures ... so please either also provide (separate) patches for the other architectures, too, or drop this patch. Thanks Thomas