The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/227
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From ad643fbc0200d30deb36652c7115190037e998ea Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@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.h...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel