summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-04-06 10:36:46 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-04-06 10:36:46 -0700
commitd8faa24b664f66e6eca1ac66745a4ad47352cc0b (patch)
tree656dae4ae380da25627e132d4310d46178c446b9 /jjb
parentd831bb45209476c83aa5c138079680d32ac95d88 (diff)
Enable log shipping only on JJB merge job
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ci-management/ci-management.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml
index 3c76c19e9..59a81634c 100644
--- a/jjb/ci-management/ci-management.yaml
+++ b/jjb/ci-management/ci-management.yaml
@@ -124,8 +124,8 @@
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'