From 0b830bc02166d2d9fb692dce283457fe165ca262 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 19 Apr 2016 14:11:17 -0700 Subject: [PATCH] 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 --- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5