From 566263e6baada5544343dece3c30093bde36f3d1 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 25 Apr 2016 09:07:54 -0400 Subject: [PATCH] filter out trusty-pbuilder for centos7 and centos6 Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index df734e15..100309c6 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -9,7 +9,7 @@ - github: url: https://github.com/ceph/ceph execution-strategy: - combination-filter: ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7")) + combination-filter: '(GENERIC_BUILDER=="trusty-pbuilder" && (DIST == ("xenial"||"trusty"||"wheezy"||"jessie")) && ARCH=="x86_64") || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7"))' axes: - axis: type: label-expression -- 2.47.3