summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml257
1 files changed, 78 insertions, 179 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index aad2cfedd..7e9bee63d 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 Cisco and/or its affiliates.
+# Copyright (c) 2024 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:
@@ -34,20 +34,23 @@
- 'vpp-checkstyle-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
os:
- - ubuntu2204
+ - ubuntu2404
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- '2402':
+ os: 'ubuntu2204'
branch: 'stable/2402'
branch-refspec: ''
- '2406':
+ os: 'ubuntu2204'
branch: 'stable/2406'
branch-refspec: ''
+ - '2410':
+ os: 'ubuntu2204'
+ branch: 'stable/2410'
+ branch-refspec: ''
executor-arch: 'x86_64'
# [end] VPP-CHECKSTYLE-X86_64 PROJECT
@@ -78,6 +81,8 @@
- ubuntu2204
stream:
- 'master':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
branch: 'master'
branch-refspec: ''
executor-arch: 'x86_64'
@@ -99,33 +104,43 @@
- 'vpp-verify-{stream}-{os}-{executor-arch}'
- 'vpp-merge-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os:
+ - 'debian11'
+ - 'debian12'
+ - 'ubuntu2004'
+ - 'ubuntu2204'
+ - 'ubuntu2404'
make-parallel-jobs: '4'
+ make-test-multiworker-os: 'debian-11 debian-12'
+ make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: 'debian-11'
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: 'debian-11'
- '2402':
branch: 'stable/2402'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: 'debian-11'
- '2406':
branch: 'stable/2406'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: 'debian-11'
- os:
- - debian11
- - ubuntu2004
- - ubuntu2204
+ - '2410':
+ branch: 'stable/2410'
+ branch-refspec: ''
executor-arch: 'x86_64'
+ exclude:
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2402'
+ os: 'ubuntu2404'
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2406'
+ os: 'ubuntu2404'
+ # debian-12 introduced in VPP 24.10
+ - stream: '2402'
+ os: 'debian12'
+ # debian-12 introduced in VPP 24.10
+ - stream: '2406'
+ os: 'debian12'
+
# [end] VPP-X86_64 PROJECT
# VPP-GCC-X86_64 PROJECT
@@ -134,23 +149,31 @@
jobs:
- 'vpp-gcc-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
- make-parallel-jobs: '4'
os:
- - ubuntu2204
+ - 'ubuntu2004'
+ - 'ubuntu2404'
+ make-parallel-jobs: '4'
executor-arch: 'x86_64'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- '2402':
branch: 'stable/2402'
branch-refspec: ''
- '2406':
branch: 'stable/2406'
branch-refspec: ''
+ - '2410':
+ branch: 'stable/2410'
+ branch-refspec: ''
+ exclude:
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2402'
+ os: 'ubuntu2404'
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2406'
+ os: 'ubuntu2404'
# [end] VPP-GCC-X86_64 PROJECT
@@ -165,15 +188,16 @@
jobs:
- 'vpp-debug-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os: 'ubuntu2404'
make-parallel-jobs: '4'
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
+ make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04'
comment-trigger-value: 'debug-verify'
stream:
- 'master':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
branch: 'master'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- os: 'ubuntu2204'
executor-arch: 'x86_64'
# [end] VPP-DEBUG-X86_64 PROJECT
@@ -189,14 +213,13 @@
jobs:
- 'vpp-dpdk-rdma-version-mismatch-{stream}-{os}-{executor-arch}'
project: 'vpp'
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
+ os: 'ubuntu2404'
comment-trigger-value: 'dpdk-rdma-version-mismatch'
stream:
- 'master':
branch: 'master'
# Once per day at 00:15
periodicity: '15 0 * * 0-6'
- os: 'ubuntu2204'
executor-arch: 'x86_64'
# [end] VPP-DPDK-RDMA-VERSION-MISMATCH-X86_64 PROJECT
@@ -213,8 +236,9 @@
jobs:
- 'vpp-cov-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os: 'ubuntu2004'
make-parallel-jobs: '4'
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
+ make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04'
comment-trigger-value: 'gcov-report'
stream:
- 'master':
@@ -222,7 +246,6 @@
branch-refspec: ''
# Once per day at 00:25
periodicity: '25 0 * * 0-6'
- os: 'ubuntu2004'
executor-arch: 'x86_64'
# [end] VPP-COV-X86_64 PROJECT
@@ -242,70 +265,35 @@
- 'vpp-verify-{stream}-{os}-{executor-arch}'
- 'vpp-merge-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os:
+ - 'ubuntu2004'
+ - 'ubuntu2204'
+ - 'ubuntu2404'
make-parallel-jobs: '4'
+ make-test-multiworker-os: 'debian-11'
+ make-test-os: 'ubuntu-20.04 ubuntu-22.04 ubuntu-24.04'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: ''
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: ''
- '2402':
branch: 'stable/2402'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: ''
- '2406':
branch: 'stable/2406'
branch-refspec: ''
- make-test-os: 'ubuntu-20.04 ubuntu-22.04'
- make-test-multiworker-os: ''
- os:
- - ubuntu2004
- - ubuntu2204
- executor-arch: 'aarch64'
-# [end] VPP-AARCH64 PROJECT
-
-# VPP-CSIT-VERIFY-DEVICE PROJECT
-- project:
- name: vpp-csit-verify-device
- jobs:
- - 'vpp-csit-verify-device-{stream}-{os}-{executor-arch}-{testbed-arch}':
- make-parallel-jobs: '32'
- project: 'vpp'
- skip-vote: 'false'
- stream:
- - 'master':
- branch: 'master'
- branch-refspec: ''
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- - '2402':
- branch: 'stable/2402'
- branch-refspec: ''
- - '2406':
- branch: 'stable/2406'
+ - '2410':
+ branch: 'stable/2410'
branch-refspec: ''
- testbed-arch:
- - 1n-spr:
- os: 'ubuntu2204'
- executor-arch: 'x86_64'
- skip-vote: 'true'
- - 1n-alt:
- os: 'ubuntu2204'
- executor-arch: 'aarch64'
- skip-vote: 'true'
+ executor-arch: 'aarch64'
exclude:
- # 1n-alt testbed not supported
- # in CSIT prior to 2402
- - testbed-arch: 1n-alt
- stream: '2310'
-# [end] VPP-CSIT-VERIFY-DEVICE PROJECT
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2402'
+ os: 'ubuntu2404'
+ # ubuntu-24.04 introduced in VPP 24.10
+ - stream: '2406'
+ os: 'ubuntu2404'
+# [end] VPP-AARCH64 PROJECT
# VPP-CSIT-VERIFY-PERF PROJECT
- project:
@@ -323,9 +311,6 @@
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
- - 2n-clx:
- os: 'ubuntu2204'
- executor-arch: 'x86_64'
- 2n-spr:
os: 'ubuntu2204'
executor-arch: 'x86_64'
@@ -335,18 +320,10 @@
- 3n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
- - 3n-tsh:
- os: 'ubuntu2204'
- executor-arch: 'aarch64'
- make-parallel-jobs: '16'
- 3n-alt:
os: 'ubuntu2204'
executor-arch: 'aarch64'
make-parallel-jobs: '16'
- - 2n-tx2:
- os: 'ubuntu2204'
- executor-arch: 'aarch64'
- make-parallel-jobs: '16'
- 3n-snr:
os: 'ubuntu2204'
executor-arch: 'x86_64'
@@ -370,23 +347,25 @@
jobs:
- 'vpp-csit-verify-api-crc-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os: ubuntu2404
executor-arch: 'x86_64'
skip-vote: 'false'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- - '2310':
- branch: 'stable/2310'
- branch-refspec: ''
- '2402':
branch: 'stable/2402'
branch-refspec: ''
+ os: 'ubuntu2204'
- '2406':
branch: 'stable/2406'
branch-refspec: ''
- os:
- - 'ubuntu2204'
+ os: 'ubuntu2204'
+ - '2410':
+ branch: 'stable/2410'
+ branch-refspec: ''
+ os: 'ubuntu2204'
# [end] VPP-CSIT-API-CRC PROJECT
# LF RELENG VPP PROJECTS
@@ -780,10 +759,6 @@
parameters:
- gerrit-parameter:
branch: '{branch}'
- - make-parallel-jobs-parameter:
- make-parallel-jobs: '{make-parallel-jobs}'
- - make-test-os-parameter:
- make-test-os: '{make-test-os}'
- os-parameter:
os: '{os}'
- project-parameter:
@@ -1023,82 +998,6 @@
- fdio-infra-publish
# [end] VPP-COV-VERIFY JOB TEMPLATE
-# VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE
-- job-template:
- name: 'vpp-csit-verify-device-{stream}-{os}-{executor-arch}-{testbed-arch}'
- description: |
- <ul>
- <li>executor
- <ul>
- <li>csit-builder-{os}-prod-{executor-arch}
- </ul>
- <li>testbed architecture
- <ul>
- <li>{testbed-arch}
- </ul>
- </ul>
-
- project-type: freestyle
- node: 'csit-builder-{os}-prod-{executor-arch}'
- concurrent: true
- latest-only: false
-
- properties:
- - lf-infra-properties:
- build-days-to-keep: "{build-days-to-keep}"
-
- # Please keep parameters in alphabetical order
- parameters:
- - gerrit-csit-refspec-parameter
- - gerrit-event-comment-text-parameter
- - gerrit-event-type-parameter
- - gerrit-parameter:
- branch: '{branch}'
- - gerrit-refspec-parameter:
- refspec: '{branch-refspec}'
- - make-parallel-jobs-parameter:
- make-parallel-jobs: '{make-parallel-jobs}'
- - os-parameter:
- os: '{os}'
- - project-parameter:
- project: '{project}'
- - 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: '90'
-
- triggers:
- - 'gerrit-trigger-vpp-csit-devicetest-full':
- name: '{project}'
- branch: '{branch}'
- skip-vote: '{skip-vote}'
-
- builders:
- - shell:
- !include-raw-escape:
- - ../scripts/setup_executor_env.sh
- - shell:
- !include-raw-escape:
- - ../scripts/setup_vpp_ubuntu_docker_test.sh
- - shell:
- !include-raw-escape:
- - ../scripts/setup_vpp_ext_deps.sh
- - shell:
- !include-raw-escape:
- - ../scripts/vpp/csit-device.sh
-
- publishers:
- - fdio-infra-publish
-# [end] VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE
-
# VPP-CSIT-VERIFY-PERF JOB TEMPLATE
- job-template:
name: 'vpp-csit-verify-perf-{stream}-{os}-{executor-arch}-{testbed-arch}'