]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests: Do NOT run on pbuilder hosts 1469/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 18 Dec 2019 21:27:38 +0000 (16:27 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 18 Dec 2019 21:27:38 +0000 (16:27 -0500)
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 <dgallowa@redhat.com>
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 934b4ed64ddd435e5c6c4214235327368237427d..422ae62672d72adc07a60ab639dff2d0d01841bc 100644 (file)
@@ -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