Message ID | 20240507134633.361318-1-paolo.pisati@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,U/O/N:linux] UBUNTU: SAUCE: selftests: powerpc/math:fpu_preempt bump timeout to 300s | expand |
On 5/7/24 8:46 AM, Paolo Pisati wrote: > BugLink: https://bugs.launchpad.net/bugs/2065059 > > ubuntu_kernel_selftests.powerpc/math:fpu_preempt consistently fails on ppc64el: > bump the timeout to 300s and fix the test. > > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > tools/testing/selftests/powerpc/math/settings | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 tools/testing/selftests/powerpc/math/settings > > diff --git a/tools/testing/selftests/powerpc/math/settings b/tools/testing/selftests/powerpc/math/settings > new file mode 100644 > index 000000000000..694d70710ff0 > --- /dev/null > +++ b/tools/testing/selftests/powerpc/math/settings > @@ -0,0 +1 @@ > +timeout=300 Acked-by: John Cabaj <john.cabaj@canonical.com>
On 5/7/24 15:46, Paolo Pisati wrote: > BugLink: https://bugs.launchpad.net/bugs/2065059 > > ubuntu_kernel_selftests.powerpc/math:fpu_preempt consistently fails on ppc64el: > bump the timeout to 300s and fix the test. > > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > tools/testing/selftests/powerpc/math/settings | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 tools/testing/selftests/powerpc/math/settings > > diff --git a/tools/testing/selftests/powerpc/math/settings b/tools/testing/selftests/powerpc/math/settings > new file mode 100644 > index 000000000000..694d70710ff0 > --- /dev/null > +++ b/tools/testing/selftests/powerpc/math/settings > @@ -0,0 +1 @@ > +timeout=300 Acked-by: Tim Gardner <tim.gardner@canonical.com>
On 07/05/2024 15:46, Paolo Pisati wrote: > BugLink: https://bugs.launchpad.net/bugs/2065059 > > ubuntu_kernel_selftests.powerpc/math:fpu_preempt consistently fails on ppc64el: > bump the timeout to 300s and fix the test. > > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > tools/testing/selftests/powerpc/math/settings | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 tools/testing/selftests/powerpc/math/settings > > diff --git a/tools/testing/selftests/powerpc/math/settings b/tools/testing/selftests/powerpc/math/settings > new file mode 100644 > index 000000000000..694d70710ff0 > --- /dev/null > +++ b/tools/testing/selftests/powerpc/math/settings > @@ -0,0 +1 @@ > +timeout=300 This should be sent to upstream first. Even though it is a test, it may interfere with the stable upstream updates.
diff --git a/tools/testing/selftests/powerpc/math/settings b/tools/testing/selftests/powerpc/math/settings new file mode 100644 index 000000000000..694d70710ff0 --- /dev/null +++ b/tools/testing/selftests/powerpc/math/settings @@ -0,0 +1 @@ +timeout=300
BugLink: https://bugs.launchpad.net/bugs/2065059 ubuntu_kernel_selftests.powerpc/math:fpu_preempt consistently fails on ppc64el: bump the timeout to 300s and fix the test. Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> --- tools/testing/selftests/powerpc/math/settings | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/powerpc/math/settings