From c733ad4cf4726507a7e974a7aa3f1ac91ff10e08 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 16 Jan 2020 13:39:07 +0800 Subject: [PATCH] ceph-pull-requests-arm64: only build on centos8 and bionic since we've labeled the slaves correctly. and centos8 is able to build ceph on arm64. the only pending issue is https://bugzilla.redhat.com/show_bug.cgi?id=1673990 . but we can fix it manually. since there is no trusty or xenial arm64 builders, we can just use 'arm64 && !centos7' 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 e61d26cd7..be086ddaf 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 && !centos8' + node: 'arm64 && !centos7' parameters: - string: name: ghprbPullId -- 2.47.3