From: Alfredo Deza Date: Mon, 15 Aug 2016 14:17:10 +0000 (-0400) Subject: ceph-dev: add choice parameters for FLAVORS X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da41a085b1f191176aaedd7aa45427373d273ee3;p=ceph-build.git ceph-dev: add choice parameters for FLAVORS Signed-off-by: Alfredo Deza --- diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 53ef5b89..21ff0d78 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -55,6 +55,13 @@ If this is checked, then the binaries will be built and pushed to chacra even if description: "Base parent path for virtualenv locations, set to avoid issues with extremely long paths that are incompatible with tools like pip. Defaults to '/tmp/' (note the trailing slash, which is required)." default: "/tmp/" + - choice: + name: FLAVOR + choices: + - notcmalloc + - blkin + description: "Type of Ceph build, choices are: notcmalloc, and blkin" + builders: - multijob: name: 'ceph dev setup phase'