Enable log shipping only on JJB merge job 29/3129/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 17:36:46 +0000 (10:36 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 17:36:46 +0000 (10:36 -0700)
Configure log shipping to fire only on the JJB merge job to avoid
blocking verify job validation while debugging the log shipping

Change-Id: I8306d12b66f7b49e47c381559e0ab04441265e05
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management/ci-management.yaml

index 3c76c19..59a8163 100644 (file)
           pip install jenkins-job-builder
           jenkins-jobs --conf $JJBINI update --delete-old --workers 4 jjb/
 
-    publishers:
-      - infra-shiplogs
+    publishers:
+      - infra-shiplogs
 
 - job-template:
     name: '{project}-verify-packer'