From 48c129acdac3ca3c931bb828c6e35fc5780cb588 Mon Sep 17 00:00:00 2001
From: Dave Wallace <dwallacelf@gmail.com>
Date: Wed, 2 Nov 2022 12:00:11 -0400
Subject: Post VPP 22.10 Release job clean up

- Remove VPP stable/2202 jobs
- Remove debian10 docker executor images

Change-Id: I2a83cc3db0aadf987ae726f77a453cfbb778f077
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
---
 jjb/vpp/docs.yaml |  6 ------
 jjb/vpp/vpp.yaml  | 47 -----------------------------------------------
 2 files changed, 53 deletions(-)

(limited to 'jjb/vpp')

diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml
index deb221444..25a2dde72 100644
--- a/jjb/vpp/docs.yaml
+++ b/jjb/vpp/docs.yaml
@@ -14,9 +14,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -31,9 +28,6 @@
       - stream: 'master'
         os: 'ubuntu2004'
       # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
-      # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
 
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index cdda5bc07..9497d5d75 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -40,9 +40,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -58,9 +55,6 @@
       - stream: 'master'
         os: 'ubuntu2004'
       # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
-      # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
 # [end] VPP-CHECKSTYLE-X86_64 PROJECT
@@ -87,11 +81,6 @@
           branch-refspec: ''
           make-test-os: 'ubuntu-22.04'
           make-test-multiworker-os: 'debian-11'
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
-          make-test-os: 'ubuntu-20.04'
-          make-test-multiworker-os: 'debian-11'
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -103,27 +92,11 @@
           make-test-os: 'ubuntu-20.04'
           make-test-multiworker-os: 'debian-11'
     os:
-      - debian10
       - debian11
       - ubuntu2004
       - ubuntu2204
     executor-arch: 'x86_64'
     exclude:
-      # os deprecated in 22.06
-      - stream: '2206'
-        os: 'debian10'
-      # os deprecated in 22.10
-      - stream: '2210'
-        os: 'debian10'
-      # os deprecated in master
-      - stream: 'master'
-        os: 'debian10'
-      # os added in 22.06
-      - stream: '2202'
-        os: 'debian11'
-      # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
       # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
@@ -191,9 +164,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -208,9 +178,6 @@
       - stream: 'master'
         os: 'ubuntu2004'
       # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
-      # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
 # [end] VPP-GCC-X86_64 PROJECT
@@ -237,11 +204,6 @@
           branch-refspec: ''
           make-test-os: 'ubuntu-22.04'
           make-test-multiworker-os: ''
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
-          make-test-os: 'ubuntu-20.04'
-          make-test-multiworker-os: ''
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -258,9 +220,6 @@
     executor-arch: 'aarch64'
     exclude:
       # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
-      # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
 # [end] VPP-AARCH64 PROJECT
@@ -352,9 +311,6 @@
       - 'master':
           branch: 'master'
           branch-refspec: ''
-      - '2202':
-          branch: 'stable/2202'
-          branch-refspec: ''
       - '2206':
           branch: 'stable/2206'
           branch-refspec: ''
@@ -372,9 +328,6 @@
       - stream: 'master'
         os: 'ubuntu2004'
       # os added in 22.10
-      - stream: '2202'
-        os: 'ubuntu2204'
-      # os added in 22.10
       - stream: '2206'
         os: 'ubuntu2204'
 # [end] VPP-CSIT-API-CRC PROJECT
-- 
cgit