From: Vanessa Rene Valderrama Date: Fri, 6 Jan 2017 16:20:31 +0000 (+0000) Subject: Merge "CSIT-474: CSIT documentation auto generation" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e7395dae65d14ed5ea79a5589f434ccd6f9af56c;hp=-c;p=ci-management.git Merge "CSIT-474: CSIT documentation auto generation" --- e7395dae65d14ed5ea79a5589f434ccd6f9af56c diff --combined jjb/csit/csit.yaml index 363a5eb73,99d46a3e8..e92d5c8cc --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@@ -3,7 -3,6 +3,7 @@@ description: 'CSIT jenkins jobs.' jobs: + - 'csit-dpdk-perf-{stream}-{type}' - 'csit-vpp-perf-{stream}-{type}' - 'csit-vpp-functional-{stream}-virl' - 'csit-vpp-verify-{stream_timed}-weekly' @@@ -84,58 -83,6 +84,58 @@@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' +- job-template: + name: 'csit-dpdk-perf-{stream}-{type}' + + project-type: freestyle + node: ubuntu1604-basebuild-4c-4g + 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: '{branch}' + - type-parameter: + type: '{type}' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: 30 + + triggers: + - gerrit-trigger-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'verify-perf-dpdk-{type}' + + builders: + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-dpdk-perf-hw.sh + + publishers: + - archive-artifacts: + artifacts: 'report.html, log.html, output.xml, output_perf_data.xml' + latest-only: false + + - robot-report: + output-path: '' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - job-template: name: 'csit-vpp-perf-{stream}-{type}' @@@ -699,8 -646,8 +699,8 @@@ scm: - gerrit-trigger-scm: credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + refspec: '' + choosing-strategy: 'default' wrappers: - fdio-infra-wrappers: @@@ -710,12 -657,19 +710,19 @@@ triggers: - reverse: - jobs: 'csit-vpp-verify-master-weekly' + jobs: 'csit-vpp-verify-{stream}-weekly' result: 'success' - gerrit: + server-name: 'Primary' trigger-on: - comment-added-contains-event: comment-contains-value: 'run-docs' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' skip-vote: successful: true failed: true