From: David Galloway Date: Wed, 18 Dec 2019 21:27:38 +0000 (-0500) Subject: ceph-pull-requests: Do NOT run on pbuilder hosts X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=297f9f56c99483ec699672609b2309caf89aa565;p=ceph-build.git ceph-pull-requests: Do NOT run on pbuilder hosts pbuilder hosts are running Xenial. We still want to be able to build Bionic packages on Xenial but we do not want make check to run on *all* slaves with the "bionic" label. 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 934b4ed6..422ae626 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -3,7 +3,8 @@ project-type: freestyle defaults: global concurrent: true - node: huge && bionic && rebootable && x86_64 + # We want make check to only run on Bionic b/c it has python2 and python3 and b/c all builds should build on Bionic + node: huge && bionic && rebootable && x86_64 && !xenial && !trusty display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false