# Copyright (c) 2020 Cisco and/or its affiliates. # Copyright (c) 2019 PANTHEON.tech s.r.o. 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-perf description: 'CSIT Jenkins jobs.' jobs: - 'csit-dpdk-perf-verify-{stream}-{node-arch}': node-arch: - 2n-clx - 2n-skx - 2n-dnv - 3n-skx - 3n-hsw - 3n-dnv - 3n-tsh: executor: 'ubuntu1804arm-us' - 'csit-dpdk-perf-mrr-weekly-master{node-arch}': node-arch: - '' - -2n-clx - -2n-skx - -3n-skx periodicity: '0 0 * * 6' - 'csit-vpp-perf-verify-{stream}-{node-arch}': node-arch: - 2n-clx - 2n-skx - 2n-dnv - 3n-skx - 3n-hsw - 3n-dnv - 3n-tsh: executor: 'ubuntu1804arm-us' stream: - master: branch: 'master' branch-id: 'oper' - '1908_1': branch: 'rls1908_1' branch-id: 'oper-rls1908_1' - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - '2001': branch: 'rls2001' branch-id: 'oper-rls2001' - '2005': branch: 'rls2005' branch-id: 'oper-rls2005' - 'csit-vpp-perf-mrr-daily-master{node-arch}': node-arch: - '': periodicity: '0 14 * * *' - -2n-clx: periodicity: '0 14 * * *' - -2n-skx: periodicity: '0 14 * * 1,4' - -2n-dnv: periodicity: '0 14 * * *' - -3n-skx: periodicity: '0 14 * * 1,4' - -3n-dnv: periodicity: '0 14 * * *' - -3n-tsh: executor: 'ubuntu1804arm-us' periodicity: '0 14 * * *' - 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}': node-arch: - 2n-clx - 2n-skx - 3n-skx stream: - master: branch: 'master' branch-id: 'oper' - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' periodicity: '0 0 * * 6' - 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}': node-arch: - 2n-clx - 2n-skx - 3n-skx - 3n-hsw periodicity: '0 0 * * 6' project: 'csit' executor: 'ubuntu1804-us' branch: 'master' branch-id: 'oper' csit-perf-trial-duration: "1.0" csit-perf-trial-multiplicity: "10" stream: - master: branch: 'master' branch-id: 'oper' - '1908_2': branch: 'rls1908_2' branch-id: 'oper-rls1908_2' - '2001': branch: 'rls2001' branch-id: 'oper-rls2001' - '2005': branch: 'rls2005' branch-id: 'oper-rls2005' build-artifact-num-to-keep: 10 - job-template: name: 'csit-vpp-perf-verify-{stream}-{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: true archive-artifacts: 'archive/*.*' latest-only: 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}' - gerrit-refspec-parameter - gerrit-event-type-parameter - gerrit-event-comment-text-parameter - csit-perf-trial-duration-parameter: csit-perf-trial-duration: "{csit-perf-trial-duration}" - csit-perf-trial-multiplicity-parameter: csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}" - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. # This is a manually-triggered verify job, part of API coverage. # CRC checking is needed to ensure vpp crc job breaks only when intended. # Can be removed when this job is no longer needed for full API coverage. - csit-fail-on-crc-mismatch-parameter: fail-on-crc-mismatch: 'True' 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-csit-perftest: project: '{project}' branch: '{branch}' trigger-word: 'csit-{node-arch}-perftest' skip-vote: false builders: - shell: !include-raw-escape: - ../scripts/csit/perf-verify.sh publishers: - robot: output-path: archive other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-perf-mrr-daily-master{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: false archive-artifacts: 'csit/archive/*.*' latest-only: 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}' - csit-perf-trial-duration-parameter: csit-perf-trial-duration: "{csit-perf-trial-duration}" - csit-perf-trial-multiplicity-parameter: csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}" - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. wrappers: - fdio-infra-wrappers-non-activity-timeout: build-timeout: '{build-timeout}' triggers: - timed: '{periodicity}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop - shell: !include-raw-escape: - ../scripts/csit/perf-timed.sh publishers: - robot: output-path: 'csit/archive' other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: false archive-artifacts: 'csit/archive/*.*' latest-only: 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}' - csit-perf-trial-duration-parameter: csit-perf-trial-duration: "{csit-perf-trial-duration}" - csit-perf-trial-multiplicity-parameter: csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}" - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. wrappers: - fdio-infra-wrappers-non-activity-timeout: build-timeout: '{build-timeout}' triggers: - timed: '{periodicity}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop - shell: !include-raw-escape: - ../scripts/csit/perf-timed.sh publishers: - robot: output-path: 'csit/archive' other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' - job-template: name: 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: false archive-artifacts: 'csit/archive/*.*' latest-only: 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}' - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. wrappers: - fdio-infra-wrappers-non-activity-timeout: build-timeout: '{build-timeout}' triggers: - timed: '{periodicity}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop - shell: !include-raw-escape: - ../scripts/csit/perf-timed.sh publishers: - robot: output-path: 'csit/archive' other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' - job-template: name: 'csit-dpdk-perf-verify-{stream}-{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: true archive-artifacts: 'archive/*.*' latest-only: 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}' - csit-perf-trial-duration-parameter: csit-perf-trial-duration: "{csit-perf-trial-duration}" - csit-perf-trial-multiplicity-parameter: csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}" - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. 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-{node-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: - ../scripts/csit/perf-verify.sh publishers: - robot: output-path: archive other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' - job-template: name: 'csit-dpdk-perf-mrr-weekly-master{node-arch}' description: | project-type: freestyle node: '{executor}' concurrent: false archive-artifacts: 'csit/archive/*.*' latest-only: 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}' - csit-perf-trial-duration-parameter: csit-perf-trial-duration: "{csit-perf-trial-duration}" - csit-perf-trial-multiplicity-parameter: csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}" - string: name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. wrappers: - fdio-infra-wrappers-non-activity-timeout: build-timeout: '{build-timeout}' triggers: - timed: '{periodicity}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop - shell: !include-raw-escape: - ../scripts/csit/perf-timed.sh publishers: - robot: output-path: 'csit/archive' other-files: - '*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new'