]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pr-docs: use bionic for building docs 1502/head
authorKefu Chai <kchai@redhat.com>
Thu, 13 Feb 2020 17:13:00 +0000 (01:13 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 13 Feb 2020 17:15:39 +0000 (01:15 +0800)
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 <kchai@redhat.com>
ceph-pr-docs/config/definitions/ceph-pr-docs.yml

index c37cb13f78e812248ac1983acc32b5249a14199d..430dc46505f2444c63f88030eda54ef6b70dff18 100644 (file)
@@ -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