From 4ef88a37f65d02f6afa211c185b153a555dca35c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Sat, 26 May 2018 21:55:00 +0200 Subject: [PATCH] Report generation job for csit branch rls1801_2 Change-Id: Ic2219b5a35c6e978bd339fbe054a49405c17130e Signed-off-by: Jan Gelety --- jjb/csit/csit.yaml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 621ea18d1..bcfed41dd 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -648,6 +648,80 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' +- job-template: + name: 'csit-report-merge-1801_2' + + project-type: freestyle + node: 'ubuntu1604-basebuild-8c-32g' + concurrent: false + + 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: 'rls1801_2' + - maven-exec: + maven-version: 'mvn33-new' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'default' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'run-report' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/rls1801_2' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + + builders: + - maven-target: + maven-version: 'mvn33-new' + goals: '--version' + settings: 'csit-settings' + settings-type: cfp + global-settings: 'global-settings' + global-settings-type: cfp + - provide-maven-settings: + settings-file: 'csit-settings' + global-settings-file: 'global-settings' + - shell: + !include-raw-escape: include-raw-csit-report.sh + + publishers: + - archive: + artifacts: 'resources/tools/presentation/csit.report.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - job-template: name: 'csit-trending-daily-master' -- 2.16.6