From 9073a6370bc389cbbd0756a314baa45798ab7ab5 Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Thu, 8 Nov 2018 11:51:01 +0100 Subject: [PATCH] ceph-dashboard-pull-requests: Temporary remove Ubuntu node(s) In order to be able to get to the step where the dashboard end-to-end tests are being executed (which seem to pass on centos) the proposal is to temporary remove the Ubuntu nodes. When the current issues with Ubuntu have been fixed the plan is to re-add Ubuntu (xenial) again to the configuration of this Jenkins job. Since the job is being triggered automatically it would also prevent failing jobs (which currently happens all the time and is eating up resources). Signed-off-by: Laura Paduano --- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 9ccfa8f2..928eef02 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && (centos7 || xenial) && rebootable + node: huge && centos7 && rebootable display-name: 'ceph: dashboard Pull Requests' quiet-period: 5 block-downstream: false -- 2.47.3