From: Dan Mick Date: Tue, 19 Apr 2016 21:11:17 +0000 (-0700) Subject: Add 'rebootable' label to ceph-pull-requests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F368%2Fhead;p=ceph-build.git Add 'rebootable' label to ceph-pull-requests This is to signal node selection that the job will reboot the node after it finishes. Without an explicit label on the node and a request for it, any 'trusty' node would satisfy, and be rebooted; this is a problem for nodes that 'dial in' to the Jenkins master (such as physical slaves on the sepia network). This corresponds with the addition of 'rebootable' tags to mita's configuration, so that mita nodes continue to suffice for this job. Signed-off-by: Dan Mick --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index ea39bd95..b1675a4e 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && (centos7 || trusty) + node: huge && (centos7 || trusty) && rebootable display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false