From 06c726df9e0adfab971d7925e0ae0908b9229527 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 16 Apr 2014 22:34:34 -0500 Subject: Reorganize citest scripts. Split pieces of the autocitest script out so that we can control the order of the pieces, allow some to run in parallel, etc. This will enable us to build the error log parsers as part of Jenkins testing. Change-Id: I017c7b0516673dc267eb90adf03b4604602281e6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10673 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle Reviewed-by: STEPHEN M. CPREK Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/build/tools/hb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/build/tools') diff --git a/src/build/tools/hb b/src/build/tools/hb index f5690f990..3405277eb 100755 --- a/src/build/tools/hb +++ b/src/build/tools/hb @@ -6,7 +6,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2013 +# COPYRIGHT International Business Machines Corp. 2011,2014 # # p1 # @@ -444,16 +444,16 @@ hb_errlparser() # Trigger a build of the hostboot plugins we shipped with the # hb prime cmd. execute_in_sandbox "cd ${SANDBOXBASE}/src/hbfw/ \ - && mk -a " "x86.nfp" + && mk -a -j32" "x86.nfp" # build srci in x86 context execute_in_sandbox "cd ${SANDBOXBASE}/src/srci \ - && mk -a " "x86.nfp" + && mk -a -j32" "x86.nfp" # build errl in x86 context, to pick-up the parser libs from # hostboot. execute_in_sandbox "cd ${SANDBOXBASE}/src/errl \ - && mk -a " "x86.nfp" + && mk -a -j32" "x86.nfp" cd ${SANDBOXBASE}/simics tar -xvf $SANDBOXBASE/obj/x86.nfp/errl/nfp/tool/errl.tar errl -- cgit v1.2.1