From: Kefu Chai Date: Thu, 13 Feb 2020 17:13:00 +0000 (+0800) Subject: ceph-pr-docs: use bionic for building docs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1502%2Fhead;p=ceph-build.git 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 --- 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