Merge "CSIT-474: CSIT documentation auto generation"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 6 Jan 2017 16:20:31 +0000 (16:20 +0000)
committerGerrit Code Review <gerrit@fd.io>
Fri, 6 Jan 2017 16:20:31 +0000 (16:20 +0000)
1  2 
jjb/csit/csit.yaml

diff --combined 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'
          - 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}'
  
      scm:
          - gerrit-trigger-scm:
              credentials-id: 'jenkins-gerrit-credentials'
-             refspec: '$GERRIT_REFSPEC'
-             choosing-strategy: 'gerrit'
+             refspec: ''
+             choosing-strategy: 'default'
  
      wrappers:
          - fdio-infra-wrappers:
  
      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