diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-01-16 13:15:43 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-01-16 13:16:26 +0000 |
commit | 08843a5db8bbfccb91ef815c6b48ff95b561ea9f (patch) | |
tree | f0a4abb5310c94e77da8ea0c266bbfeb3f00410d /jjb/vpp | |
parent | c3d81498a92c789301ec2843886b69b3fc104d17 (diff) |
Add VPP 23.02 branch
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: Ic2c73ead26cf752ca33e56b102c97613feb90271
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/docs.yaml | 6 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 31 |
2 files changed, 37 insertions, 0 deletions
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' |