X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Fcsit.yaml;h=5c8743e1c82557644c4ea1f99ef21f28f814f198;hb=b88cae6e809c12e33c60f0d81339fea6377e7b0f;hp=da8c30f0aef44e68a78629bfb5548621d08f8989;hpb=914f65a417e8ccd5c49cd7e105d4cb9ec5f59ebe;p=ci-management.git diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index da8c30f0a..5c8743e1c 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -15,91 +15,42 @@ - project: name: csit description: 'CSIT Jenkins jobs.' - os: - - 'ubuntu1604' - - 'centos7' - - topo: - - '2n' - - '3n' - - arch: - - 'skx' - - 'hsw' - - 'dnv' - - 'arm' 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-docs-merge-{stream_timed}' - 'csit-report-merge-{stream}' - 'csit-report-merge-1901_2' - 'csit-report-merge-1904_1' - 'csit-trending-daily-master' - - 'csit-dpdk-perf-verify-{stream}-{topo}-{arch}' - - 'csit-dpdk-perf-mrr-weekly-master' - - 'csit-dpdk-perf-mrr-weekly-master-2n-skx' - - 'csit-dpdk-perf-mrr-weekly-master-3n-skx' - - 'csit-ligato-perf-verify-{stream}-{topo}-{arch}' - - 'csit-vpp-perf-mrr-daily-master' - - 'csit-vpp-perf-mrr-daily-master-2n-skx' - - 'csit-vpp-perf-mrr-daily-master-3n-skx' - - 'csit-vpp-perf-mrr-weekly-master-2n-skx' - - 'csit-vpp-perf-ndrpdr-weekly-master-3n-hsw' - - 'csit-vpp-perf-ndrpdr-weekly-master-2n-skx' - - 'csit-vpp-perf-ndrpdr-weekly-master-3n-skx' - - 'csit-vpp-perf-verify-{stream}-{topo}-{arch}' - - '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}-ubuntu1604-virl' project: 'csit' branch: 'master' - branch-id: 'oper' - docs-executor: 'ubuntu1804-us' - perf-executor: 'ubuntu1804-us' + executor: 'ubuntu1804-us' build-artifact-num-to-keep: 10 stream_timed: - master: branch: 'master' - branch-id: 'oper' - docs-executor: 'ubuntu1804-us' - perf-executor: 'ubuntu1804-us' + executor: 'ubuntu1804-us' - '1904': branch: 'rls1904' - branch-id: 'oper-rls1904' - docs-executor: 'ubuntu1804-us' - perf-executor: 'ubuntu1804-us' + executor: 'ubuntu1804-us' stream: - master: branch: 'master' - branch-id: 'oper' - docs-executor: 'ubuntu1804-us' - perf-executor: 'ubuntu1804-us' + executor: 'ubuntu1804-us' - '1807': branch: 'rls1807' - branch-id: 'oper-rls1807' - docs-executor: 'ubuntu1604-basebuild-4c-4g' - perf-executor: 'ubuntu1604-basebuild-8c-32g' + executor: 'ubuntu1604-basebuild-4c-4g' - '1810': branch: 'rls1810' - branch-id: 'oper-rls1810' - docs-executor: 'ubuntu1604-basebuild-4c-4g' - perf-executor: 'ubuntu1604-basebuild-8c-32g' + executor: 'ubuntu1604-basebuild-4c-4g' - '1901': branch: 'rls1901' - branch-id: 'oper-rls1901' - docs-executor: 'ubuntu1604-basebuild-4c-4g' - perf-executor: 'ubuntu1604-basebuild-8c-32g' + executor: 'ubuntu1604-basebuild-4c-4g' - '1904': branch: 'rls1904' - branch-id: 'oper-rls1904' - docs-executor: 'ubuntu1804-us' - perf-executor: 'ubuntu1804-us' + executor: 'ubuntu1804-us' - project: name: csit-view @@ -107,386 +58,18 @@ - project-view project-name: csit -- job-template: - name: 'csit-vpp-functional-{stream}-{os}-virl' - - project-type: freestyle - node: '{os}-basebuild-4c-4g' - concurrent: true - - build-discarder: - 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-vpp-functional-virl.sh - - publishers: - - archive-artifacts: - artifacts: > - **/csit/report.html, - **/csit/log.html, - **/csit/output.xml - latest-only: false - - - robot-report: - output-path: '' - - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - -- job-template: - name: 'csit-dpdk-perf-verify-{stream}-{topo}-{arch}' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: true - - build-discarder: - 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-dpdk-{topo}-{arch}-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-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-ligato-perf-verify-{stream}-{topo}-{arch}' - - # yamllint disable rule:line-length - description: | - - # yamllint enable rule:line-length - - project-type: freestyle - # As the nomad executors are running docker containers we cannot run - # ligato-perf job due to dependency on using docker inside. - # TODO: Find the mechanics how to offload job logic from compiling docker - # image so we can move this executor to ubuntu1804-us - node: 'ubuntu1804-basebuild-4c-4g' - concurrent: true - - build-discarder: - 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}' - - gerrit-refspec-parameter - - gerrit-event-type-parameter - - gerrit-event-comment-text-parameter - - 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-ligato-{topo}-{arch}-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-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-vpp-verify-{stream_timed}-{os}-weekly' - # yamllint disable-line rule:line-length - description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch.' - # yamllint enable rule:line-length - - project-type: freestyle - node: '{os}-basebuild-4c-4g' - concurrent: false - - build-discarder: - 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: - - git-scm: - credentials-id: 'jenkins-gerrit-credentials' - branch: '{branch}' - - wrappers: - - fdio-infra-wrappers-non-activity-timeout: - build-timeout: '{build-timeout}' - - triggers: - - timed: '0 4 * * 0' - - - gerrit-trigger-manually-triggered: - comment-trigger-value: 'csit-vpp-ref-verify' - name: '{project}' - branch: '{branch}' - - builders: - - shell: - !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh - - publishers: - - archive-artifacts: - artifacts: > - **/csit/report.html, - **/csit/log.html, - **/csit/output.xml - latest-only: false - - - robot-report: - output-path: '' - - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - -- job-template: - name: 'csit-vpp-verify-{stream_timed}-{os}-semiweekly' - # yamllint disable-line rule:line-length - description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' - # yamllint enable rule:line-length - - project-type: freestyle - node: '{os}-basebuild-4c-4g' - concurrent: false - - build-discarder: - 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 4 * * 2,6' - - - gerrit-trigger-manually-triggered: - comment-trigger-value: 'csit-verify-vpp' - name: '{project}' - branch: '{branch}' - - builders: - - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop - - shell: - # yamllint disable-line rule:line-length - !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh - # yamllint enable rule:line-length - - publishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - - robot-report: - output-path: 'csit/archive' - - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - job-template: name: 'csit-docs-verify-{stream}' project-type: freestyle - node: '{docs-executor}' + node: '{executor}' concurrent: true + archive-artifacts: 'resources/tools/doc_gen/csit.docs.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -501,6 +84,10 @@ branch: '{branch}' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -532,13 +119,6 @@ !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' @@ -546,8 +126,13 @@ name: 'csit-docs-merge-{stream_timed}' project-type: freestyle - node: '{docs-executor}' + node: '{executor}' concurrent: true + archive-artifacts: 'resources/tools/doc_gen/csit.docs.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -562,6 +147,10 @@ branch: '{branch}' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -609,13 +198,6 @@ !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' @@ -625,6 +207,11 @@ project-type: freestyle node: 'ubuntu1604-basebuild-8c-32g' concurrent: false + archive-artifacts: 'resources/tools/presentation/csit.report.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -639,6 +226,10 @@ branch: '{branch}' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -683,13 +274,6 @@ !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' @@ -699,6 +283,11 @@ project-type: freestyle node: 'ubuntu1604-basebuild-8c-32g' concurrent: false + archive-artifacts: 'resources/tools/presentation/csit.report.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -713,6 +302,10 @@ branch: 'rls1901_2' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -757,13 +350,6 @@ !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' @@ -773,6 +359,11 @@ project-type: freestyle node: 'ubuntu1604-basebuild-8c-32g' concurrent: false + archive-artifacts: 'resources/tools/presentation/csit.report.tar.gz' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -787,6 +378,10 @@ branch: 'rls1904_1' - maven-exec: maven-version: 'mvn33-new' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -831,13 +426,6 @@ !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' @@ -908,956 +496,11 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' -- job-template: - name: 'csit-vpp-perf-ndrpdr-weekly-master-3n-hsw' - - description: | - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-ndrpdr-weekly-master-2n-skx' - - description: | - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-ndrpdr-weekly-master-3n-skx' - - description: | - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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,14 * * *' - - builders: - - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop - - shell: - !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.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-2n-skx' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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,14 * * *' - - builders: - - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop - - shell: - !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.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-3n-skx' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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,14 * * *' - - builders: - - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - - inject: - properties-file: variables.prop - - shell: - !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.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-weekly-master-2n-skx' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-dpdk-perf-mrr-weekly-master' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-dpdk-perf-mrr-weekly-master-2n-skx' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-dpdk-perf-mrr-weekly-master-3n-skx' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: false - - build-discarder: - 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-perf-timed.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-verify-{stream}-{topo}-{arch}' - - description: | - - - project-type: freestyle - node: '{perf-executor}' - concurrent: true - - build-discarder: - 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}' - - gerrit-refspec-parameter - - gerrit-event-type-parameter - - gerrit-event-comment-text-parameter - - 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-{topo}-{arch}-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-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 - - build-discarder: - 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 - - build-discarder: - 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 - - build-discarder: - 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}-ubuntu1604-virl' - - project-type: freestyle - node: 'ubuntu1604-basebuild-4c-4g' - concurrent: true - - build-discarder: - 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: 'archive/*.*' - latest-only: false - - - robot-report: - output-path: '' - - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' +- project: + name: csit-info + project-name: csit + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-4c-4g + project: csit + branch: master