From: David Galloway Date: Wed, 18 Dec 2019 21:07:17 +0000 (-0500) Subject: ceph-pull-requests: Only run make check on Bionic X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1468%2Fhead;p=ceph-build.git ceph-pull-requests: Only run make check on Bionic 1) Bionic should have python2 and python3 2) All builds should run on Bionic but no other distro Signed-off-by: David Galloway --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 89963fc2d..934b4ed64 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && (centos7 || trusty) && rebootable + node: huge && bionic && rebootable && x86_64 display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false