[lxc-devel] [lxc-ci/master] jenkins/jobs: Add Linux Mint Ulyana

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Jul 3 15:46:21 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/20200703/c4dd679e/attachment.bin>
-------------- next part --------------
From 0a7f91777484bc7c63352f6b5f0824353cabc7b4 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 3 Jul 2020 08:37:47 +0200
Subject: [PATCH] jenkins/jobs: Add Linux Mint Ulyana

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

diff --git a/jenkins/jobs/image-mint.yaml b/jenkins/jobs/image-mint.yaml
index 1afec3f..ac9393c 100644
--- a/jenkins/jobs/image-mint.yaml
+++ b/jenkins/jobs/image-mint.yaml
@@ -25,6 +25,7 @@
         - tessa
         - tina
         - tricia
+        - ulyana
 
     - axis:
         name: variant
@@ -40,6 +41,8 @@
         suite=xenial
         if [ "${release}" = "tara" ] || [ "${release}" = "tessa" ] || [ "${release}" = "tina" ] || [ "${release}" = "tricia" ]; then
             suite=bionic
+        elif [ "${release}" = "ulyana" ]; then
+            suite=focal
         fi
 
         exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/mint.yaml \


More information about the lxc-devel mailing list