The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/130
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 76b9fd8c21f10c9fa81109df699644f948f257e6 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@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.h...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel