diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2025-01-20 13:05:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2025-01-20 13:05:06 +0000 |
commit | 1c5f43a51a53159bb09d0cadc4cada1cf5c4f497 (patch) | |
tree | d19a77ded8488670cf080919cd232ff8829c2069 /jjb | |
parent | 7002ba421de4e3a5befd91216be0e2c221309f71 (diff) | |
parent | b3f070e031315c3a8fdc0db2845b03669a237c0f (diff) |
Merge "Add VPP 25.02 branch"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/docs.yaml | 4 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 34d88f984..92e4249a9 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -21,6 +21,10 @@ branch: 'stable/2410' branch-refspec: '' os: 'ubuntu2204' + - '2502': + branch: 'stable/2502' + branch-refspec: '' + os: 'ubuntu2404' executor-arch: 'x86_64' - job-template: diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 9238cdd8c..5605d8079 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -47,6 +47,10 @@ os: 'ubuntu2204' branch: 'stable/2410' branch-refspec: '' + - '2502': + os: 'ubuntu2404' + branch: 'stable/2502' + branch-refspec: '' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -117,6 +121,9 @@ - '2410': branch: 'stable/2410' branch-refspec: '' + - '2502': + branch: 'stable/2502' + branch-refspec: '' executor-arch: 'x86_64' exclude: # ubuntu-24.04 introduced in VPP 24.10 @@ -148,6 +155,9 @@ - '2410': branch: 'stable/2410' branch-refspec: '' + - '2502': + branch: 'stable/2502' + branch-refspec: '' exclude: # ubuntu-24.04 introduced in VPP 24.10 - stream: '2406' @@ -256,6 +266,9 @@ - '2410': branch: 'stable/2410' branch-refspec: '' + - '2502': + branch: 'stable/2502' + branch-refspec: '' executor-arch: 'aarch64' exclude: # ubuntu-24.04 introduced in VPP 24.10 @@ -352,6 +365,10 @@ branch: 'stable/2410' branch-refspec: '' os: 'ubuntu2204' + - '2502': + branch: 'stable/2502' + branch-refspec: '' + os: 'ubuntu2404' # [end] VPP-CSIT-API-CRC PROJECT # LF RELENG VPP PROJECTS |