[lxc-devel] [lxc-ci/master] Debian Jessie has reached EOL

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Jul 15 11:39:29 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200715/dd4753b5/attachment.bin>
-------------- next part --------------
From ef3a9803d760d81532caf832248f2f39093b21c8 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 15 Jul 2020 13:36:31 +0200
Subject: [PATCH 1/2] jenkins/jobs: Drop Debian Jessie

Debian LTS support for Debian 8 "Jessie" ended on June 30, 2020.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-debian.yaml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/jenkins/jobs/image-debian.yaml b/jenkins/jobs/image-debian.yaml
index 069c222..ecf8fc8 100644
--- a/jenkins/jobs/image-debian.yaml
+++ b/jenkins/jobs/image-debian.yaml
@@ -22,7 +22,6 @@
         name: release
         type: user-defined
         values:
-        - jessie
         - stretch
         - buster
         - bullseye
@@ -54,13 +53,6 @@
             -o image.release=${release} -o image.variant=${variant} \
             -o source.url="http://ftp.us.debian.org/debian"
 
-    execution-strategy:
-      combination-filter: '
-      !(architecture=="arm64" && release=="jessie")
-      && !(architecture=="arm64" && release=="jessie")
-      && !(architecture=="ppc64el" && release=="jessie")
-      && !(architecture=="s390x" && release=="jessie")'
-
     properties:
     - build-discarder:
         num-to-keep: 2

From 8ea10a6be5fdaf3d67fb2be1068b824a40183641 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 15 Jul 2020 13:38:29 +0200
Subject: [PATCH 2/2] images/debian: Remove Jessie specific config

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/debian.yaml | 64 ----------------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/images/debian.yaml b/images/debian.yaml
index 93021db..354073c 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -833,16 +833,6 @@ files:
 - path: /var/lib/dbus/machine-id
   generator: remove
 
-- path: /etc/systemd/system/systemd-udevd.service.d/override.conf
-  generator: dump
-  content: |-
-    [Service]
-    OOMScoreAdjust=0
-  type:
-  - container
-  releases:
-  - jessie
-
 - path: /etc/network/interfaces
   generator: dump
   content: |-
@@ -878,18 +868,6 @@ files:
   variants:
   - cloud
 
-- path: /etc/network/interfaces.d/lxd.cfg
-  generator: dump
-  content: |-
-    auto eth0
-    iface eth0 inet dhcp
-  types:
-  - container
-  variants:
-  - cloud
-  releases:
-  - jessie
-
 - path: /etc/network/interfaces
   generator: dump
   content: |-
@@ -912,25 +890,6 @@ files:
   - bullseye
   - sid
 
-- path: /etc/network/interfaces
-  generator: dump
-  content: |-
-    # This file describes the network interfaces available on your system
-    # and how to activate them. For more information, see interfaces(5).
-
-    # The loopback network interface
-    auto lo
-    iface lo inet loopback
-
-    auto eth0
-    iface eth0 inet dhcp
-
-    source /etc/network/interfaces.d/*
-  types:
-  - vm
-  releases:
-  - jessie
-
 - path: /etc/default/grub.d/50-lxd.cfg
   generator: dump
   content: |-
@@ -1021,16 +980,6 @@ packages:
     architectures:
     - amd64
 
-  - packages:
-    - linux-image-4.9-amd64
-    action: install
-    types:
-    - vm
-    architectures:
-    - amd64
-    releases:
-    - jessie
-
   - packages:
     - linux-image-amd64
     action: install
@@ -1063,18 +1012,6 @@ packages:
     - bullseye
     - sid
 
-  - packages:
-    - udhcpc
-    action: install
-    releases:
-    - jessie
-
-  - packages:
-    - isc-dhcp-client
-    action: remove
-    releases:
-    - jessie
-
   repositories:
   - name: sources.list
     url: |-
@@ -1157,7 +1094,6 @@ actions:
   types:
   - vm
   releases:
-  - jessie
   - stretch
 
 mappings:


More information about the lxc-devel mailing list