From 550974c81787b1dccb41b774004b2c09b2416849 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 1 Jun 2019 22:28:22 +0800 Subject: [PATCH] ceph-dashboard-pull-requests: only select x86_64 nodes as google chrome is not available on arm64 Signed-off-by: Kefu Chai --- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 6500a0fc..64a25164 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && centos7 && rebootable + node: huge && x86_64 && centos7 && rebootable display-name: 'ceph: dashboard Pull Requests' quiet-period: 5 block-downstream: false -- 2.39.5