From 2a1eb69d4a0b0a9db331a92a012f28ecf6a1ab0b Mon Sep 17 00:00:00 2001 From: sharath Date: Wed, 30 May 2018 15:04:18 +0530 Subject: adding the csit-dmm job description Change-Id: Ic930f7fe98a4590d41827d92d4cdefbb3ec64cef Signed-off-by: sharath --- jjb/csit/csit.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'jjb/csit/csit.yaml') diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 621ea18d1..c2d5c968b 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -38,6 +38,7 @@ - 'csit-nsh_sfc-verify-perf-{stream}' - 'csit-nsh_sfc-verify-func-{stream}-{os}-virl' - 'csit-tldk-verify-func-{stream}-{os}-virl' + - 'csit-dmm-functional-{stream}-{os}-virl' project: 'csit' branch: 'master' @@ -1286,6 +1287,55 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' +- job-template: + name: 'csit-dmm-functional-{stream}-{os}-virl' + + project-type: freestyle + node: '{os}-basebuild-4c-4g' + concurrent: true + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers: + build-timeout: '{build-timeout}' + + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + + builders: + - shell: + !include-raw-escape: include-raw-csit-dmm-functional-virl.sh + + publishers: + - archive-artifacts: + artifacts: 'report.html, log.html, output.xml' + latest-only: false + + - robot-report: + output-path: '' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - parameter: name: test-type-parameter parameters: -- cgit 1.2.3-korg