Remove vpp stable/2106 jenkins jobs. 44/35644/1
authorDave Wallace <dwallacelf@gmail.com>
Mon, 14 Mar 2022 18:31:25 +0000 (14:31 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 14 Mar 2022 18:31:25 +0000 (14:31 -0400)
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Ic9623be20a720c82fe8fb828bebc4171d36104a7

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

index 6b36338..71cb5fb 100644 (file)
@@ -99,7 +99,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-10"]="stable/2106 stable/2110 stable/2202 master"
-VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2106 stable/2110 stable/2202 master"
+VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 master"
+VPP_BRANCHES["ubuntu-18.04"]="stable/2110"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 master"
 export VPP_BRANCHES
index e4e3c01..39e470d 100644 (file)
@@ -13,9 +13,6 @@
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
@@ -23,7 +20,7 @@
           branch: 'stable/2202'
           branch-refspec: ''
 
-# TODO: Remove when stable/2106 and stable/2110 are no longer supported.
+# TODO: Remove when stable/2110 is no longer supported.
 - project:
     name: make-test-docs
     jobs:
@@ -35,9 +32,6 @@
     os: 'ubuntu2004'
 
     stream:
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
index 4f6bfcb..059d1e3 100644 (file)
@@ -38,9 +38,6 @@
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
@@ -71,9 +68,6 @@
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
           branch: 'stable/2202'
           branch-refspec: ''
     os:
-      - centos8
       - debian10
       - ubuntu1804
       - ubuntu2004
     executor-arch: 'x86_64'
     exclude:
       # OS deprecated in master
-      - stream: 'master'
-        os: 'centos8'
       - stream: 'master'
         os: 'ubuntu1804'
-      # OS deprecated on 2110
-      - stream: '2110'
-        os: 'centos8'
       # OS deprecated on 2202
-      - stream: '2202'
-        os: 'centos8'
       - stream: '2202'
         os: 'ubuntu1804'
 # [end] VPP-X86_64 PROJECT
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2106':
-          branch: 'stable/2106'
-          branch-refspec: ''
       - '2110':
           branch: 'stable/2110'
           branch-refspec: ''
           branch: 'stable/2202'
           branch-refspec: ''
     os:
-      - centos8
       - ubuntu1804
       - ubuntu2004
     executor-arch: 'aarch64'
     exclude:
       # OS deprecated in master
-      - stream: 'master'
-        os: 'centos8'
       - stream: 'master'
         os: 'ubuntu1804'
-      # OS deprecated in 2110
-      - stream: '2110'
-        os: 'centos8'
       # OS deprecated in 2202
-      - stream: '2202'
-        os: 'centos8'
       - stream: '2202'
         os: 'ubuntu1804'
 # [end] VPP-AARCH64 PROJECT