From: Thanh Ha Date: Fri, 20 May 2016 00:42:11 +0000 (-0400) Subject: Update ci merge job to use 4 threads X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F1206%2F1;p=ci-management.git Update ci merge job to use 4 threads JJB 1.5.0 supports the --workers flag which allows us to tell it to use multiple thread to update jobs. Change-Id: I4626777990ca243d93a250e05d7791319eb20ac2 Signed-off-by: Thanh Ha --- diff --git a/jjb/ci-management/include-raw-jjb-update.sh b/jjb/ci-management/include-raw-jjb-update.sh index 05707d2b8..1a06ecef9 100644 --- a/jjb/ci-management/include-raw-jjb-update.sh +++ b/jjb/ci-management/include-raw-jjb-update.sh @@ -1,4 +1,4 @@ -jenkins-jobs update --recursive --delete-old jjb/ +jenkins-jobs update --recursive --delete-old --workers 4 jjb/ # Submit patches for any jobs that can be auto updated function submitJJB {