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

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

Reply via email to