post vpp 23.02 release clean up 84/38384/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 1 Mar 2023 20:23:06 +0000 (15:23 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 3 Mar 2023 21:40:35 +0000 (16:40 -0500)
- Remove stable/2206 branch from jjb definitions
  and docker executor image builder script.

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I7c42171ad9947ab285ff79f6d2a539fe9fbbeba0

docker/scripts/lib_vpp.sh
jjb/vpp/docs.yaml
jjb/vpp/vpp.yaml

index 643cb7e..6e211ef 100644 (file)
@@ -96,7 +96,7 @@ 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/2206 stable/2210 stable/2302 master"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2206 stable/2210 stable/2302 master"
+VPP_BRANCHES["debian-11"]="stable/2210 stable/2302 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2210 stable/2302 master"
 VPP_BRANCHES["ubuntu-22.04"]="stable/2210 stable/2302 master"
 export VPP_BRANCHES
index d9eb205..9776217 100644 (file)
@@ -14,9 +14,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2206':
-          branch: 'stable/2206'
-          branch-refspec: ''
       - '2210':
           branch: 'stable/2210'
           branch-refspec: ''
@@ -34,8 +31,6 @@
       - stream: 'master'
         os: 'ubuntu2004'
       # os added in 22.10
-      - stream: '2206'
-        os: 'ubuntu2204'
 
 - job-template:
     name: 'vpp-docs-verify-{stream}-{os}-{executor-arch}'
index 3431186..ade6162 100644 (file)
@@ -40,9 +40,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2206':
-          branch: 'stable/2206'
-          branch-refspec: ''
       - '2210':
           branch: 'stable/2210'
           branch-refspec: ''
@@ -60,9 +57,7 @@
       # os deprecated in master
       - stream: 'master'
         os: 'ubuntu2004'
-      # os added in 22.10
-      - stream: '2206'
-        os: 'ubuntu2204'
+
 # [end] VPP-CHECKSTYLE-X86_64 PROJECT
 
 # VPP-X86_64 PROJECT
           branch-refspec: ''
           make-test-os: 'ubuntu-20.04 ubuntu-22.04'
           make-test-multiworker-os: 'debian-11'
-      - '2206':
-          branch: 'stable/2206'
-          branch-refspec: ''
-          make-test-os: 'ubuntu-20.04'
-          make-test-multiworker-os: 'debian-11'
       - '2210':
           branch: 'stable/2210'
           branch-refspec: ''
       - ubuntu2004
       - ubuntu2204
     executor-arch: 'x86_64'
-    exclude:
-      # os added in 22.10
-      - stream: '2206'
-        os: 'ubuntu2204'
 # [end] VPP-X86_64 PROJECT
 
 # VPP-DEBUG-X86_64 PROJECT
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2206':
-          branch: 'stable/2206'
-          branch-refspec: ''
       - '2210':
           branch: 'stable/2210'
           branch-refspec: ''
       # os deprecated in master
       - stream: 'master'
         os: 'ubuntu2004'
-      # os added in 22.10
-      - stream: '2206'
-        os: 'ubuntu2204'
 # [end] VPP-GCC-X86_64 PROJECT
 
 # VPP-AARCH64 PROJECT
           branch-refspec: ''
           make-test-os: 'ubuntu-20.04 ubuntu-22.04'
           make-test-multiworker-os: ''
-      - '2206':
-          branch: 'stable/2206'
-          branch-refspec: ''
-          make-test-os: 'ubuntu-20.04'
-          make-test-multiworker-os: ''
       - '2210':
           branch: 'stable/2210'
           branch-refspec: ''
       - ubuntu2004
       - ubuntu2204
     executor-arch: 'aarch64'
-    exclude:
-      # os added in 22.10
-      - stream: '2206'
-        os: 'ubuntu2204'
 # [end] VPP-AARCH64 PROJECT
 
 # VPP-CSIT-VERIFY-DEVICE PROJECT