On 6/8/26 18:18, Thomas Huth wrote:
On 02/06/2026 08.48, Chinmay Rath wrote:
From: Nicholas Piggin <[email protected]>
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 <[email protected]>
Signed-off-by: Chinmay Rath <[email protected]>
---
.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