diff options
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r-- | jjb/vpp/vpp.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
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' |