[lxc-devel] [lxc-ci/master] jenkins/jobs: Fix Mint Ulyssa base

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Jan 4 05:57:27 UTC 2021


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/20210103/9930595a/attachment.bin>
-------------- next part --------------
From ad643fbc0200d30deb36652c7115190037e998ea Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 4 Jan 2021 06:55:59 +0100
Subject: [PATCH] jenkins/jobs: Fix Mint Ulyssa base

This uses Ubuntu Focal as the base suite for Linux Mint Ulyssa.

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

diff --git a/jenkins/jobs/image-mint.yaml b/jenkins/jobs/image-mint.yaml
index 3a55334..cbb7d2b 100644
--- a/jenkins/jobs/image-mint.yaml
+++ b/jenkins/jobs/image-mint.yaml
@@ -42,7 +42,7 @@
         suite=xenial
         if [ "${release}" = "tara" ] || [ "${release}" = "tessa" ] || [ "${release}" = "tina" ] || [ "${release}" = "tricia" ]; then
             suite=bionic
-        elif [ "${release}" = "ulyana" ]; then
+        elif [ "${release}" = "ulyana" ] || [ "${release}" = "ulyssa" ]; then
             suite=focal
         fi
 


More information about the lxc-devel mailing list