From: Alfredo Deza Date: Wed, 2 Sep 2015 11:41:30 +0000 (-0400) Subject: ceph-build: use DIST and ARCH, normalize values X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=025ab43ff3e95fc20179e470c416589d0f81822f;p=ceph-build.git ceph-build: use DIST and ARCH, normalize values Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 10b2f1b6d..6596d8616 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -11,23 +11,20 @@ - github: url: https://github.com/ceph/ceph - execution-strategy: - combination-filter: Arch=="x86_64" - axes: - axis: type: label-expression - name: Arch + name: ARCH values: - x86_64 - axis: type: label-expression - name: Distro + name: DIST values: - - wheezy-pbuild + - wheezy - jessie - - precise-pbuild - - trusty-pbuild + - precise + - trusty - centos6.5 - centos7 - rhel6.5