From a19746018f6779ea6f3393bc4c1ed89c88e552c8 Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Tue, 14 Nov 2017 15:14:13 -0800 Subject: [PATCH] Reduce parallelism to fit low-spec build machines. Change-Id: I41df93b61c6eec4ffc80f8c9423986ca03d4973a Signed-off-by: Rob Adams Signed-off-by: Anil Belur --- jjb/opflex/scripts/opflex-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/opflex/scripts/opflex-build.sh b/jjb/opflex/scripts/opflex-build.sh index ed202bff8..ca5a8bf0b 100644 --- a/jjb/opflex/scripts/opflex-build.sh +++ b/jjb/opflex/scripts/opflex-build.sh @@ -50,7 +50,7 @@ pushd libopflex --with-buildversion=$BUILD_NUMBER \ CPPFLAGS="-isystem $ROOT/include" \ CXXFLAGS="-Wall" -make -j8 +make -j4 if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi make install make dist @@ -77,7 +77,7 @@ pushd agent-ovs --with-buildversion=$BUILD_NUMBER \ CPPFLAGS="-isystem $ROOT/include" \ CXXFLAGS="-Wall" -make -j8 +make -j4 if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi make dist mv *.tar.gz "$UPLOAD_FILES_PATH" -- 2.36.6