From: Dan Mick Date: Tue, 5 Apr 2016 23:24:28 +0000 (-0700) Subject: ceph-build: don't try x86_64/xenial builds (yet) X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5898d56d1a610561233eebb5355bd734cd1d6742;p=ceph-build.git ceph-build: don't try x86_64/xenial builds (yet) Signed-off-by: Dan Mick --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 73820b5c..ee285024 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") + combination-filter: (ARCH=="x86_64" && DIST != "xenial") || (ARCH == "arm64" && DIST == "xenial") axes: - axis: type: label-expression