[lxc-devel] [lxc-ci/master] jenkins/jobs: Use boot variant for CentOS 8

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Oct 18 10:47:27 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 356 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191018/75c8b4b3/attachment.bin>
-------------- next part --------------
From a948989567c1a3df83de007038f4d927036fe365 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at 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.hipp at 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 \


More information about the lxc-devel mailing list