The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/181
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 0e382eed030b53b118acaea37bf1627d5e7a90fc Mon Sep 17 00:00:00 2001 From: Thomas Hipp <[email protected]> Date: Thu, 16 Jul 2020 15:36:46 +0200 Subject: [PATCH 1/2] jenkins/jobs: Remove Ubuntu Eoan Signed-off-by: Thomas Hipp <[email protected]> --- jenkins/jobs/image-ubuntu.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/jobs/image-ubuntu.yaml b/jenkins/jobs/image-ubuntu.yaml index 9172ac2..65708e6 100644 --- a/jenkins/jobs/image-ubuntu.yaml +++ b/jenkins/jobs/image-ubuntu.yaml @@ -24,7 +24,6 @@ - trusty - xenial - bionic - - eoan - focal - groovy From e3d6a29460e0b406c6fd7e59e6a40199063eec01 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <[email protected]> Date: Thu, 16 Jul 2020 15:37:06 +0200 Subject: [PATCH 2/2] images/ubuntu: Remove traces of Ubuntu Eoan Signed-off-by: Thomas Hipp <[email protected]> --- images/ubuntu.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/ubuntu.yaml b/images/ubuntu.yaml index dcb4237..59d26e2 100644 --- a/images/ubuntu.yaml +++ b/images/ubuntu.yaml @@ -350,7 +350,6 @@ files: dhcp-identifier: mac releases: - bionic - - eoan - focal - groovy types: @@ -389,7 +388,6 @@ files: dhcp-identifier: mac releases: - bionic - - eoan - focal - groovy types: @@ -599,7 +597,6 @@ actions: systemctl enable systemd-networkd releases: - bionic - - eoan - focal - groovy
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
