From: Alfredo Deza Date: Thu, 21 Apr 2016 19:18:46 +0000 (-0400) Subject: allow xenial builds for amd64 with the combination filter X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aa9b07b6d94b08861bf5da5cf3a7f4dfbba2089e;p=ceph-build.git allow xenial builds for amd64 with the combination filter Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index ee285024..73e4fe7b 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" && DIST != "xenial") || (ARCH == "arm64" && DIST == "xenial") + combination-filter: ARCH=="x86_64" || (ARCH == "arm64" && DIST == "xenial") axes: - axis: type: label-expression