From: Laura Paduano Date: Tue, 6 Nov 2018 13:06:15 +0000 (+0100) Subject: ceph-dashboard-pull-requests: switch node type from trusty to xenial X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=95ddc3f3bd1e7161143a9fa81c43fc33fc716414;p=ceph-build.git 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 --- 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