[lxc-devel] [lxc-ci/master] Add Linux Mint 19.3 (Tricia)

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Dec 17 16:45:19 UTC 2019


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/20191217/95d19b65/attachment.bin>
-------------- next part --------------
From 6702be68e7db484c3ea0108de923d63d36b0b22f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 17 Dec 2019 17:43:39 +0100
Subject: [PATCH 1/2] images/mint: Add 19.3 (Tricia)

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

diff --git a/images/mint.yaml b/images/mint.yaml
index 072e4f4..1baab5c 100644
--- a/images/mint.yaml
+++ b/images/mint.yaml
@@ -304,6 +304,7 @@ files:
      - tara
      - tessa
      - tina
+     - tricia
 
  - path: /etc/network/interfaces
    generator: dump

From 14a5f111e66dfdd0b89da007903a0e77894aac58 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 17 Dec 2019 17:44:13 +0100
Subject: [PATCH 2/2] jenkins/jobs/mint: Add 19.3 (Tricia)

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-mint.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jenkins/jobs/image-mint.yaml b/jenkins/jobs/image-mint.yaml
index a293f9d..cbfc6c3 100644
--- a/jenkins/jobs/image-mint.yaml
+++ b/jenkins/jobs/image-mint.yaml
@@ -24,6 +24,7 @@
         - tara
         - tessa
         - tina
+        - tricia
 
     - axis:
         name: variant
@@ -43,7 +44,7 @@
         cd /lxc-ci
 
         suite=xenial
-        if [ "${release}" = "tara" ] || [ "${release}" = "tessa" ] || [ "${release}" = "tina" ]; then
+        if [ "${release}" = "tara" ] || [ "${release}" = "tessa" ] || [ "${release}" = "tina" ] || [ "${release}" = "tricia" ]; then
             suite=bionic
         fi
 


More information about the lxc-devel mailing list