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.yaml111
1 files changed, 67 insertions, 44 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 3ec3e0f40..e8832d0c1 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -34,15 +34,19 @@
- 'vpp-checkstyle-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
os:
- - ubuntu2204
+ - ubuntu2404
stream:
- 'master':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
branch: 'master'
branch-refspec: ''
- '2402':
+ os: 'ubuntu2204'
branch: 'stable/2402'
branch-refspec: ''
- '2406':
+ os: 'ubuntu2204'
branch: 'stable/2406'
branch-refspec: ''
executor-arch: 'x86_64'
@@ -75,6 +79,8 @@
- ubuntu2204
stream:
- 'master':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
branch: 'master'
branch-refspec: ''
executor-arch: 'x86_64'
@@ -96,28 +102,34 @@
- 'vpp-verify-{stream}-{os}-{executor-arch}'
- 'vpp-merge-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os:
+ - 'debian11'
+ - 'ubuntu2004'
+ - 'ubuntu2204'
+ # TODO: Uncomment when ubuntu 24.04 is put into production
+ #- '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: '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
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'
+
# [end] VPP-X86_64 PROJECT
# VPP-GCC-X86_64 PROJECT
@@ -126,9 +138,11 @@
jobs:
- 'vpp-gcc-verify-{stream}-{os}-{executor-arch}'
project: 'vpp'
- make-parallel-jobs: '4'
os:
- - ubuntu2204
+ - 'ubuntu2004'
+ # TODO: Uncomment when ubuntu 24.04 is put into production
+ #- 'ubuntu2404'
+ make-parallel-jobs: '4'
executor-arch: 'x86_64'
stream:
- 'master':
@@ -140,6 +154,13 @@
- '2406':
branch: 'stable/2406'
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
@@ -154,15 +175,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
@@ -178,14 +200,15 @@
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':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
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
@@ -202,16 +225,18 @@
jobs:
- 'vpp-cov-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: 'gcov-report'
stream:
- 'master':
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
branch: 'master'
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
@@ -231,27 +256,32 @@
- 'vpp-verify-{stream}-{os}-{executor-arch}'
- 'vpp-merge-{stream}-{os}-{executor-arch}'
project: 'vpp'
+ os:
+ - ubuntu2004
+ - ubuntu2204
+ # TODO: Uncomment when ubuntu 24.04 is put into production
+ #- '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: ''
- '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'
+ 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-AARCH64 PROJECT
# VPP-CSIT-VERIFY-DEVICE PROJECT
@@ -261,29 +291,23 @@
- 'vpp-csit-verify-device-{stream}-{os}-{executor-arch}-{testbed-arch}':
make-parallel-jobs: '32'
project: 'vpp'
+ os: 'ubuntu2404'
skip-vote: 'false'
stream:
- 'master':
branch: 'master'
branch-refspec: ''
- - '2402':
- branch: 'stable/2402'
- branch-refspec: ''
- - '2406':
- branch: 'stable/2406'
- branch-refspec: ''
testbed-arch:
- 1n-spr:
+ # TODO: Remove when ubuntu2404 is put into production
os: 'ubuntu2204'
executor-arch: 'x86_64'
skip-vote: 'false'
- 1n-alt:
+ # TODO: Remove when ubuntu2404 is put into production
os: 'ubuntu2204'
executor-arch: 'aarch64'
skip-vote: 'false'
- exclude:
- - testbed-arch: 1n-spr
- stream: '2402'
# [end] VPP-CSIT-VERIFY-DEVICE PROJECT
# VPP-CSIT-VERIFY-PERF PROJECT
@@ -338,20 +362,23 @@
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: ''
+ # TODO: Remove when ubuntu2404 is put into production
+ os: 'ubuntu2204'
- '2402':
branch: 'stable/2402'
branch-refspec: ''
+ os: 'ubuntu2204'
- '2406':
branch: 'stable/2406'
branch-refspec: ''
- os:
- - 'ubuntu2204'
+ os: 'ubuntu2204'
# [end] VPP-CSIT-API-CRC PROJECT
# LF RELENG VPP PROJECTS
@@ -745,10 +772,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: