[lxc-devel] [lxc-ci/master] Remove openSUSE 15.0

monstermunchkin on Github lxc-bot at linuxcontainers.org
Thu Dec 5 08:07:21 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 351 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191205/19bda65b/attachment.bin>
-------------- next part --------------
From 36dc47df0e40d016ce1758c81526e509d337d92a Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 5 Dec 2019 09:01:29 +0100
Subject: [PATCH 1/2] jenkins/jobs: Remove openSUSE 15.0

This removes the openSUSE 15.0 build as it has reached EOL.

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

diff --git a/jenkins/jobs/image-opensuse.yaml b/jenkins/jobs/image-opensuse.yaml
index c16a2e8..ef5caba 100644
--- a/jenkins/jobs/image-opensuse.yaml
+++ b/jenkins/jobs/image-opensuse.yaml
@@ -21,7 +21,6 @@
         type: user-defined
         values:
         - "15.1"
-        - "15.0"
         - "tumbleweed"
 
     - axis:
@@ -57,8 +56,7 @@
     execution-strategy:
       combination-filter: '
       !(architecture=="s390x")
-      && !(architecture=="i386" && release!="tumbleweed")
-      && !(architecture=="ppc64el" && release=="15.0")'
+      && !(architecture=="i386" && release!="tumbleweed")'
 
     properties:
     - build-discarder:

From 3a829644434777c2af101d5714ff23bc42b6633b Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 5 Dec 2019 09:03:40 +0100
Subject: [PATCH 2/2] images: Remove openSUSE 15.0 references

This removes all references to openSUSE 15.0 as it has reached EOL.

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

diff --git a/images/opensuse.yaml b/images/opensuse.yaml
index e24971c..e792a01 100644
--- a/images/opensuse.yaml
+++ b/images/opensuse.yaml
@@ -120,7 +120,6 @@ packages:
     - packages:
        - net-tools
       releases:
-       - "15.0"
        - "tumbleweed"
       action: install
 
@@ -151,7 +150,6 @@ actions:
      # Have the sysconfig network renderer support openSUSE Leap
      sed -i "s|'opensuse'|'opensuse-leap'|" $(find /usr -wholename '*/cloudinit/net/sysconfig.py')
    releases:
-     - 15.0
      - 15.1
    variants:
      - cloud


More information about the lxc-devel mailing list