From 1e7cb6f179b3dea5cc01c9d90b4964e47e7f3713 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 20 Dec 2016 06:26:33 -0600 Subject: [PATCH] Enable log shipping on all csit jobs * Configure log shipping on all csit jobs Change-Id: Ia6da41d44b3138745be999c0eb777bf303078575 Signed-off-by: Vanessa Rene Valderrama --- jjb/csit/csit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 18f806cfb..e3fdbe8a9 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -80,6 +80,8 @@ - robot-report: output-path: '' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-perf-{stream}-{type}' @@ -264,6 +266,8 @@ xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-verify-{stream_timed}-weekly' @@ -323,6 +327,8 @@ remote: origin name: 'refs/heads/{branch-id}-$DATE' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-verify-{stream_timed}-semiweekly' @@ -371,6 +377,8 @@ - robot-report: output-path: 'csit/archive' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-verify-perf-master-nightly-all' @@ -548,6 +556,8 @@ xpath-type: 'nodeset' xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-docs-verify-{stream}' @@ -609,6 +619,8 @@ only-if-success: true default-excludes: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'csit-docs-merge-{stream}' @@ -679,6 +691,8 @@ only-if-success: true default-excludes: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - parameter: name: test-type-parameter -- 2.16.6