The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/65

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) ===
Cloud-init is currently only available in the testing repo which needs
to be enabled explicitly.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From deeef348cbadc7dc751b4c4bc2a59539aff799b5 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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: '
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to