From a39d6a077793b87b0f5c5fc7de54d19b831d2fa0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 24 Aug 2015 13:02:08 -0400 Subject: [PATCH] remove i386 from ceph-build Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index d7d81024..fff85b4d 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -12,8 +12,7 @@ url: https://github.com/ceph/ceph execution-strategy: - combination-filter: | - (Arch=="x86_64") || (Arch=="i386" && Distro=="precise-pbuild") + combination-filter: Arch=="x86_64" axes: - axis: @@ -21,7 +20,6 @@ name: Arch values: - x86_64 - - i386 - axis: type: label-expression name: Distro -- 2.47.3