Re: [kvm-unit-tests RFC PATCH 4/6] powerpc: gitlab CI update
From: Chinmay Rath <hidden>
Date: 2026-06-10 09:36:53
Also in:
kvm
From: Chinmay Rath <hidden>
Date: 2026-06-10 09:36:53
Also in:
kvm
On 6/8/26 18:18, Thomas Huth wrote:
On 02/06/2026 08.48, Chinmay Rath wrote:quoted
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
Noted. Thanks, Chinmay