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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fe8ec0631626cd9885a45955c2c9e8093ca6d0a5;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 89963fc2..934b4ed6 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