chore(vpp): post 24.10 release clean up 48/42048/1
authorDave Wallace <[email protected]>
Thu, 19 Dec 2024 00:07:51 +0000 (19:07 -0500)
committerDave Wallace <[email protected]>
Thu, 19 Dec 2024 00:44:29 +0000 (19:44 -0500)
Change-Id: Ie859967781edc2ad68932cff96a90c8c1b9bb17b
Signed-off-by: Dave Wallace <[email protected]>
docker/scripts/lib_vpp.sh
jjb/vpp/docs.yaml
jjb/vpp/vpp.yaml

index 54aa4be..440c920 100644 (file)
@@ -26,7 +26,7 @@ export CIMAN_DOCKER_SCRIPTS=${CIMAN_DOCKER_SCRIPTS:-"$(dirname "${BASH_SOURCE[0]
 
 VPP_SUPPORTED_EXECUTOR_CLASSES="builder"
 vpp_supported_executor_class() {
-    if ! grep -q "${1:-}" <<< $VPP_SUPPORTED_EXECUTOR_CLASSES ; then
+    if ! grep -q "${1:-}" <<< "$VPP_SUPPORTED_EXECUTOR_CLASSES"; then
         return 1
     fi
     return 0
@@ -122,9 +122,9 @@ docker_build_setup_vpp() {
 #       to create an enumerated set of jobs jobs that match the
 #       definitions here.
 declare -A VPP_BRANCHES
-VPP_BRANCHES["debian-11"]="stable/2402 stable/2406 master"
-VPP_BRANCHES["debian-12"]="master"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2402 stable/2406 master"
-VPP_BRANCHES["ubuntu-22.04"]="stable/2402 stable/2406 master"
-VPP_BRANCHES["ubuntu-24.04"]="master"
+VPP_BRANCHES["debian-11"]="stable/2406 stable/2410 master"
+VPP_BRANCHES["debian-12"]="stable/2410 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2406 stable/2410 master"
+VPP_BRANCHES["ubuntu-22.04"]="stable/2406 stable/2410 master"
+VPP_BRANCHES["ubuntu-24.04"]="stable/2410 master"
 export VPP_BRANCHES
index 91f7fa6..34d88f9 100644 (file)
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          branch: 'stable/2402'
-          branch-refspec: ''
-          os: 'ubuntu2204'
       - '2406':
           branch: 'stable/2406'
           branch-refspec: ''
index 2e13b5a..4af9314 100644 (file)
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          os: 'ubuntu2204'
-          branch: 'stable/2402'
-          branch-refspec: ''
       - '2406':
           os: 'ubuntu2204'
           branch: 'stable/2406'
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          branch: 'stable/2402'
-          branch-refspec: ''
       - '2406':
           branch: 'stable/2406'
           branch-refspec: ''
     executor-arch: 'x86_64'
     exclude:
         # ubuntu-24.04 introduced in VPP 24.10
-        - stream: '2402'
-          os: 'ubuntu2404'
-        # ubuntu-24.04 introduced in VPP 24.10
         - stream: '2406'
           os: 'ubuntu2404'
         # debian-12 introduced in VPP 24.10
-        - stream: '2402'
-          os: 'debian12'
-        # debian-12 introduced in VPP 24.10
         - stream: '2406'
           os: 'debian12'
 
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          branch: 'stable/2402'
-          branch-refspec: ''
       - '2406':
           branch: 'stable/2406'
           branch-refspec: ''
           branch-refspec: ''
     exclude:
         # ubuntu-24.04 introduced in VPP 24.10
-        - stream: '2402'
-          os: 'ubuntu2404'
-        # ubuntu-24.04 introduced in VPP 24.10
         - stream: '2406'
           os: 'ubuntu2404'
 
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          branch: 'stable/2402'
-          branch-refspec: ''
       - '2406':
           branch: 'stable/2406'
           branch-refspec: ''
     executor-arch: 'aarch64'
     exclude:
         # ubuntu-24.04 introduced in VPP 24.10
-        - stream: '2402'
-          os: 'ubuntu2404'
-        # ubuntu-24.04 introduced in VPP 24.10
         - stream: '2406'
           os: 'ubuntu2404'
 # [end] VPP-AARCH64 PROJECT
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2402':
-          branch: 'stable/2402'
-          branch-refspec: ''
-          os: 'ubuntu2204'
       - '2406':
           branch: 'stable/2406'
           branch-refspec: ''