From 08843a5db8bbfccb91ef815c6b48ff95b561ea9f Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Mon, 16 Jan 2023 13:15:43 +0000 Subject: Add VPP 23.02 branch Signed-off-by: Andrew Yourtchenko Change-Id: Ic2c73ead26cf752ca33e56b102c97613feb90271 --- jjb/vpp/docs.yaml | 6 ++++++ jjb/vpp/vpp.yaml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'jjb') diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index e61c0a688..d9eb205b6 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -20,7 +20,13 @@ - '2210': branch: 'stable/2210' branch-refspec: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' exclude: + # os deprecated in 23.02 + - stream: '2302' + os: 'ubuntu2004' # os deprecated in 22.10 - stream: '2210' os: 'ubuntu2004' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c0427e098..6b14e7eea 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -46,8 +46,14 @@ - '2210': branch: 'stable/2210' branch-refspec: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' executor-arch: 'x86_64' exclude: + # os deprecated in 23.02 + - stream: '2302' + os: 'ubuntu2004' # os deprecated in 22.10 - stream: '2210' os: 'ubuntu2004' @@ -91,6 +97,11 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04' make-test-multiworker-os: 'debian-11' + - '2302': + branch: 'stable/2302' + branch-refspec: '' + make-test-os: 'ubuntu-22.04' + make-test-multiworker-os: 'debian-11' os: - debian11 - ubuntu2004 @@ -170,7 +181,13 @@ - '2210': branch: 'stable/2210' branch-refspec: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' exclude: + # os deprecated in 23.02 + - stream: '2302' + os: 'ubuntu2004' # os deprecated in 22.10 - stream: '2210' os: 'ubuntu2004' @@ -214,6 +231,11 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04' make-test-multiworker-os: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' + make-test-os: 'ubuntu-22.04' + make-test-multiworker-os: '' os: - ubuntu2004 - ubuntu2204 @@ -239,6 +261,9 @@ - '2210': branch: 'stable/2210' branch-refspec: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' testbed-arch: - 1n-skx: os: 'ubuntu2204' @@ -311,10 +336,16 @@ - '2210': branch: 'stable/2210' branch-refspec: '' + - '2302': + branch: 'stable/2302' + branch-refspec: '' os: - 'ubuntu2004' - 'ubuntu2204' exclude: + # os deprecated in 23.02 + - stream: '2302' + os: 'ubuntu2004' # os deprecated in 22.10 - stream: '2210' os: 'ubuntu2004' -- cgit 1.2.3-korg