From cd7018ace48e3be4cfa35f9dac48fd4fdf7d5ea2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 30 Mar 2016 12:06:13 -0500 Subject: [PATCH] ceph-ansible-pull-requests: support for trusty and centos7 These tests will now run against both trusty and centos7 nodes. Signed-off-by: Andrew Schoen --- .../ceph-ansible-pull-requests.yml | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml index 1ba03306..9982f503 100644 --- a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml +++ b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml @@ -14,8 +14,7 @@ - job: name: ceph-ansible-pull-requests - node: small && unique - project-type: freestyle + project-type: matrix defaults: global display-name: 'ceph-ansible: Pull Requests' quiet-period: 5 @@ -25,6 +24,23 @@ properties: - github: url: https://github.com/ceph/ceph-ansible + axes: + - axis: + type: label-expression + name: MACHINE_SIZE + values: + - small + - axis: + type: label-expression + name: UNIQUE + values: + - unique + - axis: + type: label-expression + name: DIST + values: + - trusty + - centos7 logrotate: daysToKeep: 15 numToKeep: 30 -- 2.39.5