From 95ddc3f3bd1e7161143a9fa81c43fc33fc716414 Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Tue, 6 Nov 2018 14:06:15 +0100 Subject: [PATCH] ceph-dashboard-pull-requests: switch node type from trusty to xenial Since there are currently issues with the dashboard job and its dependencies (python-jwt) when the test node is based on trusty (and Nautilus has dropped the support for trusty anyway) it makes sense to switch to a more recent Ubuntu version 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 5466ef86..9ccfa8f2 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 || trusty) && rebootable + node: huge && (centos7 || xenial) && rebootable display-name: 'ceph: dashboard Pull Requests' quiet-period: 5 block-downstream: false -- 2.39.5