From: Dan Mick Date: Sat, 23 Apr 2016 05:07:43 +0000 (-0700) Subject: Allow ceph-build to run on arm64/centos7 as well X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d10a894ce0464230a93fcadf7f697f4720d8a162;p=ceph-build.git Allow ceph-build to run on arm64/centos7 as well Signed-off-by: Dan Mick --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 73e4fe7b..7c0e7c6c 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") + combination-filter: ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7")) axes: - axis: type: label-expression