From: Kefu Chai Date: Wed, 29 Jan 2020 14:11:16 +0000 (+0800) Subject: ceph-pull-requests-arm64: only build on bionic X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1dbef7c1cd56f8ebb6e9c6ff2fda53d80f9e7b5a;p=ceph-build.git ceph-pull-requests-arm64: only build on bionic ktdreyer/ceph-el8 is amd64 only, so to avoid failures like: ``` No matching package to install: 'python3-cherrypy' No matching package to install: 'python3-pecan' No matching package to install: 'python3-routes' ``` we need to disable the "make check" test on the combination of "arm64+centos8" until these packages are packaged for arm64 or provided by centos8. Signed-off-by: Kefu Chai --- diff --git a/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml b/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml index be086dda..5ba8ded6 100644 --- a/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml +++ b/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml @@ -9,7 +9,7 @@ concurrent: true disabled: false name: ceph-pull-requests-arm64 - node: 'arm64 && !centos7' + node: 'arm64 && !centos7 && !centos8' parameters: - string: name: ghprbPullId