summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-16 22:34:34 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 15:48:26 -0500
commit06c726df9e0adfab971d7925e0ae0908b9229527 (patch)
tree9e0858abdf3362d7fcf9763e1dc28b40da3b4694 /src/build/tools
parent90ba110f5fda85e77cee73d8b4e7692d00be221d (diff)
downloadtalos-hostboot-06c726df9e0adfab971d7925e0ae0908b9229527.tar.gz
talos-hostboot-06c726df9e0adfab971d7925e0ae0908b9229527.zip
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 <dedahle@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hb8
1 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud