[lxc-devel] [lxc-ci/master] jenkins/jobs: Disable CentOS VMs on ARM

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Mar 6 11:30:36 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 357 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200306/e41afefd/attachment-0001.bin>
-------------- next part --------------
From 76b9fd8c21f10c9fa81109df699644f948f257e6 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 6 Mar 2020 12:30:12 +0100
Subject: [PATCH] jenkins/jobs: Disable CentOS VMs on ARM

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

diff --git a/jenkins/jobs/image-centos.yaml b/jenkins/jobs/image-centos.yaml
index 9f25053..2460365 100644
--- a/jenkins/jobs/image-centos.yaml
+++ b/jenkins/jobs/image-centos.yaml
@@ -53,8 +53,7 @@
         fi
 
         TYPE="container"
-        if ([ "${architecture}" = "amd64" ] || [ "${architecture}" = "arm64" ]) && \
-            [ "${release}" != "6" ]; then
+        if [ "${architecture}" = "amd64" ] && [ "${release}" != "6" ]; then
             TYPE="container,vm"
         fi
 


More information about the lxc-devel mailing list