From 1dbef7c1cd56f8ebb6e9c6ff2fda53d80f9e7b5a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 29 Jan 2020 22:11:16 +0800 Subject: [PATCH] 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 --- .../config/definitions/ceph-pull-requests-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5