#       to create an enumerated set of jobs jobs that match the
 #       definitions here.
 declare -A VPP_BRANCHES
-VPP_BRANCHES["centos-7"]="stable/2005 stable/2009"
+VPP_BRANCHES["centos-7"]="stable/2009"
 VPP_BRANCHES["centos-8"]="stable/2009 stable/2101 master"
 VPP_BRANCHES["debian-9"]="stable/2009"
 VPP_BRANCHES["debian-10"]="stable/2009 stable/2101 master"
-VPP_BRANCHES["ubuntu-18.04"]="stable/2005 stable/2009 stable/2101 master"
+VPP_BRANCHES["ubuntu-18.04"]="stable/2009 stable/2101 master"
 VPP_BRANCHES["ubuntu-20.04"]="stable/2009 stable/2101 master"
 export VPP_BRANCHES
 
           os: 'ubuntu2004'
           repo-stream-part: 'master'
           branch-head-refspec: ''
-      - '2005':
-          branch: 'stable/2005'
-          os: 'ubuntu1804'
-          repo-stream-part: 'stable.2005'
-          branch-head-refspec: ''
       - '2009':
           branch: 'stable/2009'
           os: 'ubuntu1804'
           branch: 'master'
           repo-stream-part: 'master'
           branch-head-refspec: ''
-      - '2005':
-          branch: 'stable/2005'
-          repo-stream-part: 'stable.2005'
-          branch-head-refspec: ''
       - '2009':
           branch: 'stable/2009'
           repo-stream-part: 'stable.2009'
     make-parallel-jobs: '4'
     archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
     stream:
-      - '2005':
-          branch: 'stable/2005'
-          repo-stream-part: 'stable.2005'
-          branch-head-refspec: ''
       - '2009':
           branch: 'stable/2009'
           repo-stream-part: 'stable.2009'
       - debian9:
           repo-os-part: 'stretch'
     executor-arch: 'x86_64'
-    exclude:
-      - stream: '2005'
-        os: 'debian9'
 # [end] VPP-OS-EOL-X86_64 PROJECT
 
 # VPP-OS-IN-2009-X86_64 PROJECT
           branch: 'master'
           repo-stream-part: 'master'
           branch-head-refspec: ''
-      - '2005':
-          branch: 'stable/2005'
-          repo-stream-part: 'stable.2005'
-          branch-head-refspec: ''
       - '2009':
           branch: 'stable/2009'
           repo-stream-part: 'stable.2009'
       - master:
           branch: 'master'
           repo-stream-part: 'master'
-      - '2005':
-          branch: 'stable/2005'
-          repo-stream-part: 'stable.2005'
       - '2009':
           branch: 'stable/2009'
           repo-stream-part: 'stable.2009'
     exclude:
       - stream: '2001'
         device-node-arch: '1n-tx2'
-      - stream: '2005'
-        device-node-arch: '1n-tx2'
 
 # [end] VPP-CSIT-PERPATCH PROJECT