From 85750bd1ed8c3b12a4a8e53b1d974370a6240123 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 14 Feb 2020 01:13:00 +0800 Subject: [PATCH] ceph-pr-docs: use bionic for building docs xenial comes with python3.5, and our document is renders with a python3 venv created on the builder, also, the python code is also parsed by the python3 env, so using python3.5 pratically prevents us from using python3.6 features. so we can use python3.6 which is offered by bionic. Signed-off-by: Kefu Chai --- ceph-pr-docs/config/definitions/ceph-pr-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml index c37cb13f7..430dc4650 100644 --- a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml +++ b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml @@ -2,7 +2,7 @@ name: ceph-pr-docs display-name: 'ceph: Pull Requests Docs Check' concurrent: true - node: trusty && x86_64 + node: bionic && x86_64 && !xenial && !trusty project-type: freestyle defaults: global quiet-period: 5 -- 2.47.3