[lxc-devel] [lxc-ci/master] jenkins: Don't build cloud images for Alpine

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Aug 21 12:31:47 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 457 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190821/84acee10/attachment.bin>
-------------- next part --------------
From deeef348cbadc7dc751b4c4bc2a59539aff799b5 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 21 Aug 2019 14:19:42 +0200
Subject: [PATCH] jenkins: Don't build cloud images for Alpine

Cloud-init is currently only available in the testing repo which needs
to be enabled explicitly.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-alpine.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/jenkins/jobs/image-alpine.yaml b/jenkins/jobs/image-alpine.yaml
index 69080c4..207cf42 100644
--- a/jenkins/jobs/image-alpine.yaml
+++ b/jenkins/jobs/image-alpine.yaml
@@ -32,7 +32,6 @@
         type: user-defined
         values:
         - default
-        - cloud
 
     - axis:
         name: restrict
@@ -53,8 +52,7 @@
         exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/alpine.yaml \
             ${LXD_ARCHITECTURE} 600 ${WORKSPACE} \
             -o image.architecture=${ARCH} \
-            -o image.release=${release} \
-            -o image.variant=${variant}
+            -o image.release=${release}
 
     execution-strategy:
       combination-filter: '


More information about the lxc-devel mailing list