]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa: fix parallel make settings
authorPeter Marko <peter.marko@siemens.com>
Fri, 8 Aug 2025 10:24:13 +0000 (12:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2025 17:03:13 +0000 (18:03 +0100)
commitc7afa4fcdcf4409dcc7c2bf9cba34d30b7d42a39
treee9945b1dd2ea2b221416880f95e4223c8048dc85
parenta13fc7b6f813ce7bd9991aed8f03351bdf5596f2
oeqa: fix parallel make settings

These testcases are running with make or cmake "-j" without number,
which means that the build will spawn unlimited number of compiler
processes which may lead to oomkills and general build machine cpu
overload.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oeqa/runtime/cases/stap.py
meta/lib/oeqa/sdk/cases/autotools.py
meta/lib/oeqa/sdk/cases/cmake.py
meta/lib/oeqa/sdk/cases/kmod.py
meta/lib/oeqa/sdk/cases/makefile.py