# Copyright (c) 2020 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-vpp-device
description: 'CSIT jenkins jobs.'
os:
- 'ubuntu1804'
node-arch:
- '1n-skx'
- '1n-tx2':
executor: 'vpp-csit-arm-ubuntu18'
skip-vote: 'true'
trigger: 'gerrit-trigger-csit-vpp-devicetest-manual'
jobs:
- 'csit-vpp-device-{stream}-{os}-{node-arch}'
- 'csit-vpp-device-{stream}-{os}-{node-arch}-semiweekly':
stream:
- master:
branch: 'master'
branch-id: 'oper'
- '1908_2':
branch: 'rls1908_2'
branch-id: 'oper-rls1908_2'
- '2005':
branch: 'rls2005'
branch-id: 'oper-rls2005'
- 'csit-vpp-device-{stream}-{os}-{node-arch}-weekly':
stream:
- master:
branch: 'master'
branch-id: 'oper'
- '1908_2':
branch: 'rls1908_2'
branch-id: 'oper-rls1908_2'
- '2005':
branch: 'rls2005'
branch-id: 'oper-rls2005'
- 'csit-vpp-device-master-{os}-1n-tx2-csit-verify-hourly'
- 'csit-vpp-device-master-{os}-1n-tx2-vpp-verify-hourly'
project: 'csit'
executor: 'vpp-csit-device'
branch: 'master'
branch-id: 'oper'
trigger: 'gerrit-trigger-csit-vpp-devicetest-full'
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'
- job-template:
name: 'csit-vpp-device-{stream}-{os}-{node-arch}'
description: |
- objective
- vpp-device verify - per csit gerrit patch
- job
- name: csit-vpp-device-{stream}-{os}-{node-arch}
- trigger: keyword in comment to csit patch:
csit-devicetest tag_list
- executor
- 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
- default tags for vpp-device test type
- results
- jjb verify: PASS/FAIL
- present: no
- analyse: no
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}'
- os-parameter:
os: '{os}'
- gerrit-refspec-parameter
- gerrit-event-type-parameter
- gerrit-event-comment-text-parameter
- string:
name: ARCHIVE_ARTIFACTS
default: '{archive-artifacts}'
description: Artifacts to archive to the logs server.
# This is an automatic verify job, part of API coverage.
# CRC checking is needed to ensure vpp crc job breaks only when intended.
# Unlikely to be removed, as this job is primary source of 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:
build-timeout: '{build-timeout}'
triggers:
- '{trigger}':
project: '{project}'
branch: '{branch}'
skip-vote: '{skip-vote}'
builders:
- shell:
!include-raw-escape:
- ../scripts/csit/device-verify.sh
publishers:
- robot:
output-path: archive
other-files:
- '*.*'
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
- job-template:
name: 'csit-vpp-device-{stream}-{os}-{node-arch}-semiweekly'
description: |
- objective
- Validate latest vpp build from corresponding branch stored
in nexus against verified CSIT codebase of corresponding
branch.
- executor
- test-cases selection
- pre-selected test-cases
- all test-cases are labelled with CSIT RF topic tags
defined in csit/docs/tag_documentation.rst
- default tags for vpp-device test type
- results
- jjb verify: PASS/FAIL
- present: no
- analyse: no
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}'
- os-parameter:
os: '{os}'
- 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: '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:
!include-raw-escape:
- ../scripts/csit/device-semiweekly.sh
publishers:
- robot:
output-path: 'csit/archive'
other-files:
- '*.*'
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
- job-template:
name: 'csit-vpp-device-{stream}-{os}-{node-arch}-weekly'
description: |
- objective
- Validate CSIT code of corresponding branch against
verified vpp build from corresponding branch.
- executor
- test-cases selection
- pre-selected test-cases
- all test-cases are labelled with CSIT RF topic tags
defined in csit/docs/tag_documentation.rst
- default tags for vpp-device test type
- results
- jjb verify: PASS/FAIL
- present: no
- analyse: no
project-type: freestyle
node: '{executor}'
concurrent: false
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}'
- os-parameter:
os: '{os}'
- string:
name: ARCHIVE_ARTIFACTS
default: '{archive-artifacts}'
description: Artifacts to archive to the logs server.
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:
- ../scripts/csit/device-verify.sh
publishers:
- robot:
output-path: archive
other-files:
- '*.*'
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
- job-template:
name: 'csit-vpp-device-master-{os}-1n-tx2-csit-verify-hourly'
description: |
- objective
- Validate CSIT code of corresponding branch against
verified vpp build from corresponding branch.
- executor
- test-cases selection
- pre-selected test-cases
- all test-cases are labelled with CSIT RF topic tags
defined in csit/docs/tag_documentation.rst
- default tags for vpp-device test type
- results
- jjb verify: PASS/FAIL
- present: no
- analyse: no
project-type: freestyle
node: 'vpp-csit-arm-ubuntu18'
concurrent: false
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}'
- os-parameter:
os: 'ubuntu1804'
- string:
name: ARCHIVE_ARTIFACTS
default: '{archive-artifacts}'
description: Artifacts to archive to the logs server.
scm:
- git-scm:
credentials-id: 'jenkins-gerrit-credentials'
branch: '{branch}'
wrappers:
- fdio-infra-wrappers-non-activity-timeout:
build-timeout: '{build-timeout}'
triggers:
- timed: '0 * * * *'
builders:
- shell:
!include-raw-escape:
- ../scripts/csit/device-verify.sh
publishers:
- robot:
output-path: archive
other-files:
- '*.*'
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
- job-template:
name: 'csit-vpp-device-master-{os}-1n-tx2-vpp-verify-hourly'
description: |
- objective
- Validate latest vpp build from corresponding branch stored
in nexus against verified CSIT codebase of corresponding
branch.
- executor
- test-cases selection
- pre-selected test-cases
- all test-cases are labelled with CSIT RF topic tags
defined in csit/docs/tag_documentation.rst
- default tags for vpp-device test type
- results
- jjb verify: PASS/FAIL
- present: no
- analyse: no
project-type: freestyle
node: 'vpp-csit-arm-ubuntu18'
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}'
- os-parameter:
os: 'ubuntu1804'
- 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: '30 * * * *'
builders:
- shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
- inject:
properties-file: variables.prop
- shell:
!include-raw-escape:
- ../scripts/csit/device-semiweekly.sh
publishers:
- robot:
output-path: 'csit/archive'
other-files:
- '*.*'
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'