The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/100
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 6702be68e7db484c3ea0108de923d63d36b0b22f Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@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.h...@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.h...@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.h...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel