Skip to content

Updates for powerpc selftests

Mamatha Inamdar requested to merge mainamdar/centos-stream-9:bz2176415 into main

Description: Updates for powerpc selftests

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2176415

Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=52385874

Tested: Verified Brew build test kernel RPMs and confirmed issue is resovled

Signed-off-by: Mamatha Inamdar minamdar@redhat.com

commit 493648d6795f00b6dcd6295b2b4221871bc1b25b Author: Michael Neuling mikey@neuling.org Date: Wed Mar 8 08:36:14 2023 +1100

selftests/powerpc: Increase timeout for vsx_signal test

On the max config P10 machine (1920 threads and 64TB) this test fails
with a timeout:

    Sending signals to all threads 10 times...!! killing vmx_signal
    !! child died by signal 15
    failure: vmx_signal

The default timeout is 120sec so increase this 3x to 360sec. With this
change the test passes on these large machines.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230307213614.2652059-1-mikey@neuling.org

Signed-off-by: Mamatha Inamdar minamdar@redhat.com

Merge request reports