X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Fcsit.yaml;h=a39f80e563bd663b24d558edd2ea0cce47ffb9cd;hb=e441518b23a5a1fe554347cc3a4982072be84eab;hp=0abd0cc598a902b2d6c4f1b7c2af7f1eac6f91e9;hpb=61ff560afc8381d983571ad7395c4d9db1ca998f;p=ci-management.git diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 0abd0cc59..e96f8d806 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1,13 +1,45 @@ +# Copyright (c) 2017 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + - project: name: csit description: 'CSIT jenkins jobs.' + os: + - 'ubuntu1604' + - 'centos7' jobs: + - 'csit-vpp-functional-{stream}-{os}-virl' + - 'csit-vpp-verify-{stream_timed}-{os}-weekly' + - 'csit-vpp-verify-{stream_timed}-{os}-semiweekly' + - 'csit-docs-merge-{stream_timed}' + - 'csit-docs-verify-{stream}' + - 'csit-report-merge-{stream}' + - 'csit-report-merge-1801_2' + - 'csit-trending-daily-master' + - 'csit-dpdk-perf-{stream}-{type}' + - 'csit-dpdk-perf-mrr-weekly-master' + - 'csit-ligato-perf-{stream}-{type}' - 'csit-vpp-perf-{stream}-{type}' - - 'csit-vpp-functional-{stream}-virl' - - 'csit-vpp-verify-{stream_timed}-weekly' - - 'csit-vpp-verify-{stream_timed}-semiweekly' - - 'csit-vpp-verify-perf-master-nightly-all' + - 'csit-vpp-perf-trend-daily-master' + - 'csit-vpp-perf-trend-semi-weekly-master' + - 'csit-vpp-perf-mrr-daily-master' + - 'csit-vpp-perf-verify-{stream}' + - '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' @@ -15,7 +47,6 @@ build-artifact-num-to-keep: 10 type: - all - - long stream_timed: - master: branch: 'master' @@ -24,18 +55,25 @@ - master: branch: 'master' branch-id: 'oper' - - '1606': - branch: 'rls1606' - branch-id: 'oper-rls1606' - - '1609': - branch: 'rls1609' - branch-id: 'oper-rls1609' + - '1707': + branch: 'rls1707' + branch-id: 'oper-rls1707' + - '1710': + branch: 'rls1710' + branch-id: 'oper-rls1710' + - '1801': + branch: 'rls1801' + branch-id: 'oper-rls1801' + - '1804': + branch: 'rls1804' + branch-id: 'oper-rls1804' + - job-template: - name: 'csit-vpp-functional-{stream}-virl' + name: 'csit-vpp-functional-{stream}-{os}-virl' project-type: freestyle - node: verify + node: '{os}-basebuild-4c-4g' concurrent: true logrotate: @@ -57,10 +95,6 @@ choosing-strategy: 'gerrit' wrappers: - - timestamps - - ssh-agent-credentials: - users: - - 'jenkins-gerrit-credentials' - fdio-infra-wrappers: build-timeout: '{build-timeout}' @@ -81,12 +115,69 @@ - robot-report: output-path: '' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-dpdk-perf-{stream}-{type}' + + project-type: freestyle + node: 'ubuntu1604-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}' + - 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: '{build-timeout}' + + 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: 'archive/*.*' + latest-only: false + + - robot: + output-path: archive + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - job-template: name: 'csit-vpp-perf-{stream}-{type}' project-type: freestyle - node: verify - concurrent: false + node: 'ubuntu1604-basebuild-8c-32g' + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -109,12 +200,8 @@ choosing-strategy: 'gerrit' wrappers: - - timestamps - - ssh-agent-credentials: - users: - - 'jenkins-gerrit-credentials' - - fdio-infra-wrappers: - build-timeout: 1400 + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' triggers: - gerrit-trigger-manually-triggered: @@ -128,152 +215,78 @@ publishers: - archive-artifacts: - artifacts: 'report.html, log.html, output.xml, output_perf_data.xml' + artifacts: 'archive/*.*' latest-only: false - - robot-report: - output-path: '' + - robot: + output-path: archive + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-ligato-perf-{stream}-{type}' + + project-type: freestyle + node: 'ubuntu1604-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}' + - 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: '{build-timeout}' + + triggers: + - gerrit-trigger-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'verify-perf-ligato-{type}' + + builders: + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-ligato-perf-hw.sh + + publishers: + - archive-artifacts: + artifacts: 'archive/*.*' + latest-only: false + + - robot: + output-path: archive + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - - plot: - - title: 'RFC2544 binary search with 64B, worker-thread=1, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-1.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-2.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-3.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rss=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-4.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rss=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-5.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rss=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-6.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 64B, worker-thread=1, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-7.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-8.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-9.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rss=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-10.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rss=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-11.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rss=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-perf-{stream}-{type}-12.csv' - series: - - file: 'output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]' - job-template: - name: 'csit-vpp-verify-{stream_timed}-weekly' - description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch and create corresponding operational branch in case of success.' + name: 'csit-vpp-verify-{stream_timed}-{os}-weekly' + description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch.' project-type: freestyle - node: verify + node: '{os}-basebuild-4c-4g' concurrent: false logrotate: @@ -294,12 +307,8 @@ branch: '{branch}' wrappers: - - timestamps - - ssh-agent-credentials: - users: - - 'jenkins-gerrit-credentials' - - fdio-infra-wrappers: - build-timeout: '480' + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' triggers: - timed: '0 4 * * 0' @@ -312,9 +321,6 @@ builders: - shell: !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh - - shell: 'echo "DATE=`date +%y%m%d`" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop publishers: - archive-artifacts: @@ -323,20 +329,16 @@ - robot-report: output-path: '' - - git: - push-only-if-success: true - branches: - - branch: - remote: origin - name: 'refs/heads/{branch-id}-$DATE' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: - name: 'csit-vpp-verify-{stream_timed}-semiweekly' + name: 'csit-vpp-verify-{stream_timed}-{os}-semiweekly' description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' project-type: freestyle - node: verify + node: '{os}-basebuild-4c-4g' concurrent: false logrotate: @@ -352,12 +354,8 @@ branch: '{branch}' wrappers: - - timestamps - - ssh-agent-credentials: - users: - - 'jenkins-gerrit-credentials' - - fdio-infra-wrappers: - build-timeout: 480 + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' triggers: - timed: '0 4 * * 2,6' @@ -382,12 +380,15 @@ - robot-report: output-path: 'csit/archive' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - job-template: - name: 'csit-vpp-verify-perf-master-nightly-all' - description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' + name: 'csit-vpp-verify-{stream_timed}-centos7-nightly' + description: 'Purpose of this job is to validate latest centos7 vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' project-type: freestyle - node: verify + node: centos7-basebuild-4c-4g' concurrent: false logrotate: @@ -402,23 +403,29 @@ - gerrit-parameter: branch: '{branch}' + scm: + - git-scm: + credentials-id: 'jenkins-gerrit-credentials' + branch: '{branch}' + wrappers: - - timestamps - - ssh-agent-credentials: - users: - - 'jenkins-gerrit-credentials' - fdio-infra-wrappers: - build-timeout: '1440' + build-timeout: '{build-timeout}' triggers: - - timed: '0 20 * * *' + - timed: 'H H(3-4) * * *' + + - gerrit-trigger-manually-triggered: + comment-trigger-value: 'vpp-verify-func-centos7' + name: '{project}' + branch: '{branch}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop - shell: - !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-nightly.sh + !include-raw-escape: jjb/csit/include-raw-csit-vpp-functional-virl.sh publishers: - archive-artifacts: @@ -428,139 +435,930 @@ - robot-report: output-path: 'csit/archive' - - plot: - - title: 'RFC2544 binary search with 64B, worker-thread=1, rxq=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-1.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rxq=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-2.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rxq=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-3.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rxq=1, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-4.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rxq=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-5.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rxq=2, NDR' - yaxis: 'Packets Per Second' - group: 'RFC2544:NDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-6.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 64B, worker-thread=1, rxq=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-7.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 78B, worker-thread=1, rxq=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-8.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]' - - title: 'RFC2544 binary search with 64B, worker-thread=2, rxq=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-9.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 78B, worker-thread=2, rxq=1, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-10.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]' - - title: 'RFC2544 binary search with 64B, worker-thread=4, rxq=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-11.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - xpath-type: 'nodeset' - xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]' - - title: 'RFC2544 binary search with 78B, worker-thread=4, rxq=2, PDR=0.5%' - yaxis: 'Packets Per Second' - group: 'RFC2544:PDR' - num-builds: '20' - keep-records: True - csv-file-name: 'csit-vpp-verify-master-nightly-12.csv' - series: - - file: 'csit/output_perf_data.xml' - format: xml - 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}' + + project-type: freestyle + node: 'ubuntu1604-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}' + - maven-exec: + maven-version: 'mvn33-new' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + + 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-docs.sh + + publishers: + - archive: + artifacts: 'resources/tools/doc_gen/csit.docs.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-docs-merge-{stream_timed}' + + project-type: freestyle + node: 'ubuntu1604-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}' + - maven-exec: + maven-version: 'mvn33-new' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '' + choosing-strategy: 'default' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - reverse: + jobs: 'csit-vpp-verify-{stream_timed}-ubuntu1604-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 + 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-docs.sh + + publishers: + - archive: + artifacts: 'resources/tools/doc_gen/csit.docs.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-report-merge-{stream}' + + 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: '{branch}' + - 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: '**/{branch}' + 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-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' + + 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: '{branch}' + - maven-exec: + maven-version: 'mvn33-new' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '' + choosing-strategy: 'default' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - reverse: + jobs: 'csit-vpp-perf-mrr-daily-master' + result: 'failure' + + 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-cpta.sh + + publishers: + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-vpp-perf-trend-daily-master' + + description: | + Purpose of this job is to validate latest vpp build from corresponding + branch stored in nexus against verified CSIT codebase of corresponding + branch. + + objective + daily perf trending of vpp master build + job + name + csit-vpp-perf-trend-daily + trigger + scheduled daily + perf test-cases selection + all CSIT perf suites + default tags for vpp startup config and perf test type + 1T1C - one worker thread, one core + 2T2C - two worker threads, two cores + X520 - Intel x520-DA2 NIC + NDRDISC - discovery of NDR throughput + results + jjb verify - no + present + jenkins trending graphs + + 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}' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + builders: + - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' + - inject: + properties-file: variables.prop + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-trend-daily.sh + + publishers: + - archive-artifacts: + artifacts: 'csit/archive/*.*' + latest-only: false + + - robot: + output-path: 'csit/archive' + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-vpp-perf-trend-semi-weekly-master' + + description: | + Purpose of this job is to validate latest vpp build from corresponding + branch stored in nexus against verified CSIT codebase of corresponding + branch. + + consumer + csit-dev trending semi-weekly + objective + semi-weekly perf trending of vpp master build job + name + csit-vpp-perf-trend-semi-weekly + trigger + scheduled semi-weekly + perf test-cases selection + all CSIT perf suites + default tags for vpp startup config and perf test type + 1T1C - one worker thread, one core + 2T2C - two worker threads, two cores + X710 - Intel x710 Fortville NIC + XL710 - Intel xl710 Fortville NIC + NDRDISC - discovery of NDR throughput + results + jjb verify - no + present + jenkins trending graphs + + 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}' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + builders: + - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' + - inject: + properties-file: variables.prop + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-trend-semi-weekly.sh + + publishers: + - archive-artifacts: + artifacts: 'csit/archive/*.*' + latest-only: false + + - robot: + output-path: 'csit/archive' + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-vpp-perf-mrr-daily-master' + + description: | + objective + check vpp perf mrr daily + job + name + csit-vpp-perf-mrr-daily + trigger + twice a day + perf test-cases selection + all CSIT MRR perf suites + results + jjb verify + PASS/FAIL + present + no + analyse + csit project + catch malfunctions + catch degradations + + project-type: freestyle + node: 'ubuntu1604-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}' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - timed: '0 2,16 * * *' + + builders: + - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' + - inject: + properties-file: variables.prop + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-mrr-daily.sh + + publishers: + - archive-artifacts: + artifacts: 'csit/archive/*.*' + latest-only: false + + - robot: + output-path: 'csit/archive' + other-files: + - '*.*' + + - trigger: + project: 'csit-trending-daily-master' + threshold: 'FAILURE' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-dpdk-perf-mrr-weekly-master' + + description: | + objective + check dpdk perf mrr weekly + job + name + csit-dpdk-perf-mrr-weekly-master + trigger + weekly + perf test-cases selection + all CSIT DPDK MRR perf suites + results + jjb verify + PASS/FAIL + present + no + analyse + csit project + catch malfunctions + catch degradations + + 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}' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - timed: '0 0 * * 6' + + builders: + - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' + - inject: + properties-file: variables.prop + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-dpdk-perf-mrr-weekly.sh + + publishers: + - archive-artifacts: + artifacts: 'csit/archive/*.*' + latest-only: false + + - robot: + output-path: 'csit/archive' + other-files: + - '*.*' + + - trigger: + project: 'csit-trending-daily-master' + threshold: 'FAILURE' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-vpp-perf-verify-{stream}' + + description: | + objective + perf verify - per csit gerrit patch + job + name + csit-vpp-perf-verify + trigger + keyword in comment to csit patch + perf test-cases selection + test-cases selected using trigger keyword followed by tags + all test-cases are labelled with CSIT RF topic tags defined in + csit/docs/tag_documentation.rst + proposed keywords + focus on testing specified vpp packet processing path + format - csit-perftest tag_list + default tags for vpp startup config and perf test type + IP4BASE, IP6BASE, L2XCBASE, L2BDBASE + 64B/78B + 64B/78B packet size + 1T1C + one worker thread, one core + X710 + x710 Fortville NIC + MRR + MDR throughput + results + jjb verify + PASS/FAIL + present + no + analyse + no + 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}' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + 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: 'csit-perftest' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + skip-vote: + successful: false + failed: false + unstable: false + notbuilt: false + + builders: + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-verify.sh + + publishers: + - archive-artifacts: + artifacts: 'archive/*.*' + latest-only: false + + - robot: + output-path: archive + other-files: + - '*.*' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-nsh_sfc-verify-perf-{stream}' + + project-type: freestyle + node: 'ubuntu1604-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}' + - os-parameter: + os: 'ubuntu1604' + - stream-parameter: + stream: '{stream}' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers-non-activity-timeout: + build-timeout: '{build-timeout}' + + triggers: + - gerrit-trigger-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'csit_nsh_sfc_perf_{stream}' + + builders: + - shell: + !include-raw-escape: jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh + + publishers: + - archive-artifacts: + artifacts: 'archive/*.*' + latest-only: false + + - robot-report: + output-path: 'archive' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-nsh_sfc-verify-func-{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}' + - os-parameter: + os: '{os}' + - stream-parameter: + stream: '{stream}' + + 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-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'csit_nsh_sfc_func_{stream}' + + builders: + - shell: + !include-raw-escape: include-raw-csit-nsh_sfc-functional-virl.sh + + publishers: + - archive-artifacts: + artifacts: 'archive/*.*' + latest-only: false + + - robot-report: + output-path: 'archive' + + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + +- job-template: + name: 'csit-tldk-verify-func-{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}' + - os-parameter: + os: '{os}' + + 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-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'csit_verify_tldk_func' + + builders: + - shell: + !include-raw-escape: include-raw-csit-tldk-functional-virl.sh + + publishers: + - archive-artifacts: + artifacts: 'archive/*.*' + latest-only: false + + - robot-report: + output-path: 'archive' + + - 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-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'csit_verify_dmm_func' + + 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