Enable logshipping on ci-management jobs 21/3121/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 16:09:07 +0000 (09:09 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 6 Apr 2017 16:09:07 +0000 (09:09 -0700)
With ONAP now being anonymous accessible we can start shipping logs like
we do for our other CI systems. Enable the log shipping on the
ci-management jobs first so that we may verify that everything is
properly setup first.

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

index 3c76c19..ce03e34 100644 (file)
@@ -75,8 +75,8 @@
           gzip archives/job_output/*
       - ci-management-check-unicode
 
-    publishers:
-      - infra-shiplogs
+    publishers:
+      - infra-shiplogs
 
 - job-template:
     name: '{project}-merge-jjb'
           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'
     builders:
       - packer-validate
 
-    publishers:
-      - infra-shiplogs
+    publishers:
+      - infra-shiplogs
 
 - job-template:
     name: '{project}-merge-packer-{platforms}-{templates}'
           platform: '{platforms}'
           template: '{templates}'
 
-    publishers:
-      - infra-shiplogs
+    publishers:
+      - infra-shiplogs