Enable JJB weekly job 42/50642/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 18 Jan 2017 20:26:35 +0000 (15:26 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 18 Jan 2017 20:29:40 +0000 (15:29 -0500)
Long ago we disabled this job because we were having issues with the job
always timing out and failing. JJB has since introduced things like
parallel updates which should make this job more stable. It is good to
run something like this once a week to reset our jobs and ensure
there's no discrepency with what is in releng/builder vs the jobs in
production.

Change-Id: I11ca998c907a219c0be05d2473737a37ad6362d9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml

index 5fd736c24d0139a77786b30f953002cc8cbe50d4..59b2a45a30ccb1add64a852b43c2e87579b86d23 100644 (file)
 
 - job-template:
     name: 'builder-weekly'
-    disabled: true
+    disabled: false
     node: jjbuilder
 
     # builder-weekly job to run JJB update weekly
 
     builders:
         - shell: |
-            jenkins-jobs --flush-cache update --recursive jjb/
+            jenkins-jobs --flush-cache update --recursive --workers 4 jjb/
 
     publishers:
         - email-notification: