From a66e2afdb01ea1381deb07dcb70155cbeddcb67f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Apr 2016 16:18:38 -0400 Subject: [PATCH] add the DIST_VERSIONS param to the Ceph job Signed-off-by: Alfredo Deza --- ceph/config/definitions/ceph.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index 015393f0..321ae830 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -69,6 +69,11 @@ Defaults to un-checked" 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/" + - string: + name: DIST_VERSIONS + description: "Populates the `DIST` environment variable so that it can dynamically alter the Matrix axis" + default: "jessie trusty xenial centos7" + builders: - multijob: name: 'ceph tag phase' -- 2.39.5