From aa9b07b6d94b08861bf5da5cf3a7f4dfbba2089e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 21 Apr 2016 15:18:46 -0400 Subject: [PATCH] allow xenial builds for amd64 with the combination filter 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 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 -- 2.39.5