diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2024-05-17 16:44:43 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2024-05-17 16:45:56 +0000 |
commit | ac0450a653d7516eed218f18417eebf57eb1327f (patch) | |
tree | e8bccd22569db2ebef65167663df3287ce549d5f /jjb | |
parent | 46ef3a65ffcb6e56ec3d68d769e72e2d0c4f59f0 (diff) |
Add VPP 24.06 branch
Change-Id: I9d08e8fbc4bb19680da734c952c62bcc19b6daae
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/docs.yaml | 3 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 22 |
2 files changed, 25 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 006801f41..1ee98ba8e 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -21,6 +21,9 @@ - '2402': branch: 'stable/2402' branch-refspec: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' - job-template: name: 'vpp-docs-verify-{stream}-{os}-{executor-arch}' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 62975f004..6e9b9c8f7 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -45,6 +45,9 @@ - '2402': branch: 'stable/2402' branch-refspec: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -81,6 +84,11 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04 ubuntu-22.04' make-test-multiworker-os: 'debian-11' + - '2406': + branch: 'stable/2406' + branch-refspec: '' + make-test-os: 'ubuntu-20.04 ubuntu-22.04' + make-test-multiworker-os: 'debian-11' os: - debian11 - ubuntu2004 @@ -108,6 +116,9 @@ - '2402': branch: 'stable/2402' branch-refspec: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' # [end] VPP-GCC-X86_64 PROJECT @@ -216,6 +227,11 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04 ubuntu-22.04' make-test-multiworker-os: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' + make-test-os: 'ubuntu-20.04 ubuntu-22.04' + make-test-multiworker-os: '' os: - ubuntu2004 - ubuntu2204 @@ -240,6 +256,9 @@ - '2402': branch: 'stable/2402' branch-refspec: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' testbed-arch: - 1n-spr: os: 'ubuntu2204' @@ -331,6 +350,9 @@ - '2402': branch: 'stable/2402' branch-refspec: '' + - '2406': + branch: 'stable/2406' + branch-refspec: '' os: - 'ubuntu2204' # [end] VPP-CSIT-API-CRC PROJECT |