diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-05-19 20:42:11 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-05-19 20:42:13 -0400 |
commit | af6a29cc42a369863f324e675cbaf1cb9aaa32da (patch) | |
tree | 670e3def41e4626085969e65afd778eabe0ece9a /jjb | |
parent | dffe5f70993a06bf64eab89ca485648a93f16b59 (diff) |
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 <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/include-raw-jjb-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |