diff options
-rw-r--r-- | jjb/vpp/docs.yaml | 2 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index c630d93b6..c9e2bb853 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -20,6 +20,8 @@ branch: 'stable/2005' - '2009': branch: 'stable/2009' + - '2101': + branch: 'stable/2101' - project: name: sphinx diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 900bf55e0..93f1157aa 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -40,6 +40,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: 'ubuntu1804' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -69,6 +73,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: - ubuntu1804: repo-os-part: 'ubuntu.bionic.main' @@ -134,6 +142,11 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' + os: os: - centos8: repo-os-part: 'centos8' @@ -224,6 +237,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' # [end] VPP-GCC-X86_64 PROJECT # VPP-AARCH64 PROJECT @@ -251,6 +268,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' @@ -355,6 +376,9 @@ - '2009': branch: 'stable/2009' repo-stream-part: 'stable.2009' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' device-node-arch: - 1n-skx - 1n-tx2: @@ -399,6 +423,9 @@ - '2009': branch: 'stable/2009' repo-stream-part: 'stable.2009' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' - master: branch: 'master' os: ubuntu1804 |