The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/92
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) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From a948989567c1a3df83de007038f4d927036fe365 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Fri, 18 Oct 2019 12:47:02 +0200 Subject: [PATCH] jenkins/jobs: Use boot variant for CentOS 8 Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- jenkins/jobs/image-centos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/image-centos.yaml b/jenkins/jobs/image-centos.yaml index 32b4540..3b11106 100644 --- a/jenkins/jobs/image-centos.yaml +++ b/jenkins/jobs/image-centos.yaml @@ -54,7 +54,7 @@ fi if [ "${release}" = "8" ]; then - EXTRA_ARGS="${EXTRA_ARGS} -o source.variant=dvd1" + EXTRA_ARGS="${EXTRA_ARGS} -o source.variant=boot" fi exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/centos.yaml \
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel