]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pull-requests: support for trusty and centos7 346/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 30 Mar 2016 17:06:13 +0000 (12:06 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 30 Mar 2016 17:06:13 +0000 (12:06 -0500)
These tests will now run against both trusty and centos7 nodes.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml

index 1ba03306b434a2ad3b50d1fcfd501ea222e982b9..9982f50348577aaee8c4765d2251fa37eedbe847 100644 (file)
@@ -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
     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