chore(post-release-cleanup): clean up VPP CI jobs post VPP 23.10 release
[ci-management.git] / jjb / vpp / docs.yaml
index 80d2ad6..86bf8f4 100644 (file)
     project: 'vpp'
     executor-arch: 'x86_64'
     os:
-      - 'ubuntu2004'
       - 'ubuntu2204'
     stream:
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2302':
-          branch: 'stable/2302'
-          branch-refspec: ''
       - '2306':
           branch: 'stable/2306'
           branch-refspec: ''
       - '2310':
           branch: 'stable/2310'
           branch-refspec: ''
-    exclude:
-      # os deprecated in 23.10
-      - stream: '2310'
-        os: 'ubuntu2004'
-      # os deprecated in 23.06
-      - stream: '2306'
-        os: 'ubuntu2004'
-      # os deprecated in 23.02
-      - stream: '2302'
-        os: 'ubuntu2004'
-      # os deprecated in master
-      - stream: 'master'
-        os: 'ubuntu2004'
-      # os added in 22.10
 
 - job-template:
     name: 'vpp-docs-verify-{stream}-{os}-{executor-arch}'