From: Ross Burton Date: Wed, 5 Aug 2026 16:03:17 +0000 (+0100) Subject: oeqa/selftest/glibc: remove obsolete parallel make assignment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=090ef6fc6086dcf081e77d0b188436e171ed0b02;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git oeqa/selftest/glibc: remove obsolete parallel make assignment glibc doesn't use EGLIBCPARALLELISM so this didn't do anything. The glibc check target serialises timing-sensitive tests (nptl and rt) so this wouldn't have done anything meaningful anyway. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index a65afb1367..b8efa22fda 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py @@ -58,8 +58,6 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): features.append('TOOLCHAIN_TEST_HOST = "{0}"'.format(ssh)) features.append('TOOLCHAIN_TEST_HOST_USER = "root"') features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') - # force single threaded test execution - features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') self.write_config("\n".join(features)) start_time = time.time()