diff options
-rw-r--r-- | jjb/vpp/docs.yaml | 3 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 31 |
2 files changed, 34 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index f8676f6fe..e4e3c01b6 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -19,6 +19,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' # TODO: Remove when stable/2106 and stable/2110 are no longer supported. - project: diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 4c5dcb433..1f0803700 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -44,6 +44,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -74,6 +77,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' os: - centos8 - debian10 @@ -89,6 +95,11 @@ # OS deprecated on 2110 - stream: '2110' os: 'centos8' + # OS deprecated on 2202 + - stream: '2202' + os: 'centos8' + - stream: '2202' + os: 'ubuntu1804' # [end] VPP-X86_64 PROJECT # VPP-DEBUG-X86_64 PROJECT @@ -133,6 +144,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' # [end] VPP-GCC-X86_64 PROJECT # VPP-AARCH64 PROJECT @@ -162,6 +176,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' os: - centos8 - ubuntu1804 @@ -176,6 +193,11 @@ # OS deprecated in 2110 - stream: '2110' os: 'centos8' + # OS deprecated in 2202 + - stream: '2202' + os: 'centos8' + - stream: '2202' + os: 'ubuntu1804' # [end] VPP-AARCH64 PROJECT # VPP-CSIT-VERIFY-DEVICE PROJECT @@ -196,6 +218,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' testbed-arch: - 1n-skx: os: 'ubuntu2004' @@ -224,6 +249,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' testbed-arch: - 2n-clx: os: 'ubuntu2004' @@ -275,6 +303,9 @@ - '2110': branch: 'stable/2110' branch-refspec: '' + - '2202': + branch: 'stable/2202' + branch-refspec: '' os: 'ubuntu2004' # [end] VPP-CSIT-API-CRC PROJECT |