Update ci merge job to use 4 threads 06/1206/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 20 May 2016 00:42:11 +0000 (20:42 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 20 May 2016 00:42:13 +0000 (20:42 -0400)
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 <thanh.ha@linuxfoundation.org>
jjb/ci-management/include-raw-jjb-update.sh

index 05707d2..1a06ece 100644 (file)
@@ -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 {