[lxc-devel] [lxc-ci/master] jobs: Don't build ALT Linux P9 on ppc64

monstermunchkin on Github lxc-bot at linuxcontainers.org
Thu Nov 21 06:50:14 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/20191120/4267717b/attachment.bin>
-------------- next part --------------
From 87b1b7c0b1d353807554afc60a5face5e3e97185 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 21 Nov 2019 07:49:26 +0100
Subject: [PATCH] jobs: Don't build ALT Linux P9 on ppc64

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

diff --git a/jenkins/jobs/image-alt.yaml b/jenkins/jobs/image-alt.yaml
index c6ca9d9..21d2678 100644
--- a/jenkins/jobs/image-alt.yaml
+++ b/jenkins/jobs/image-alt.yaml
@@ -38,7 +38,7 @@
     execution-strategy:
       combination-filter: '
       !(architecture=="arm64" && release=="p8")
-      && !(architecture=="ppc64el" && release=="p8")'
+      && !(architecture=="ppc64el" && release!="Sisyphus")'
 
     builders:
     - shell: |-


More information about the lxc-devel mailing list