[lxc-devel] [lxc-ci/master] jenkins: Disable some Gentoo cloud images

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Aug 20 08:37:11 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 479 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190820/98624b2d/attachment.bin>
-------------- next part --------------
From 77dbc26468aef1c94dfa4e8dc7ac21fd71962cff Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 20 Aug 2019 10:34:18 +0200
Subject: [PATCH] jenkins: Disable some Gentoo cloud images

Cloud-init is only supported on amd64 and x86 [0].

[0] https://packages.gentoo.org/packages/app-emulation/cloud-init

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

diff --git a/jenkins/jobs/image-gentoo.yaml b/jenkins/jobs/image-gentoo.yaml
index ff677a9..d92f38c 100644
--- a/jenkins/jobs/image-gentoo.yaml
+++ b/jenkins/jobs/image-gentoo.yaml
@@ -35,6 +35,10 @@
         values:
         - lxc-priv
 
+    execution-strategy:
+      combination-filter: '
+      !((architecture=="ppc64el" || architecture=="armhf" || architecture=="s390x") && variant=="cloud")'
+
     builders:
     - shell: |-
         cd /lxc-ci


More information about the lxc-devel mailing list