From 625642f099a9823861c2c3a917256c3fd34adb7f Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 20 Dec 2016 06:28:53 -0600 Subject: [PATCH] Enable log shipping on all honeycomb jobs * Configure log shipping on all honeycomb jobs Change-Id: Ib399a2e3d1da582d31a77927785f56f735684f0c Signed-off-by: Vanessa Rene Valderrama --- jjb/honeycomb/honeycomb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 699eeb805..168fb132d 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -69,6 +69,8 @@ publishers: - email-notification: email-prefix: '[honeycomb]' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-merge-{stream}-{os}' @@ -148,6 +150,8 @@ id: '' unique-version: true deploy-unstable: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-benchmark-master' @@ -259,3 +263,5 @@ format: 'csv' inclusion-flag: 'include-by-string' exclude: 'simple-container,list-in-container,complex-list-in-container' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' -- 2.16.6