]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
make ceph-ansible-pull-requests request nodes specific to the job 367/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Apr 2016 19:01:42 +0000 (14:01 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 22 Apr 2016 19:01:42 +0000 (14:01 -0500)
When the labels were more generic other jobs would pick them up and run
the risk of being destroyed by the ceph-ansible-pull-requests job after
a run. There was also an issue were jobs that didn't need a node with an
extra device would provision one of the 'unique' nodes because the
labels also included 'small' and 'trusty'. Making the labels this
specific ensures that only this job will use those node types.

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

index 9982f50348577aaee8c4765d2251fa37eedbe847..38ae3597d924257bf7b5ee491ce02164f4c0d233 100644 (file)
       - 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
+            - ceph_ansible_pr_trusty
+            - ceph_ansible_pr_centos7
     logrotate:
       daysToKeep: 15
       numToKeep: 30