From a9ecf0c3cfe1383054d5daf1c1fe05399a022fda Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 29 Nov 2016 12:11:26 -0600 Subject: [PATCH] ceph-ansible-pr-syntax-check: adds a x86_64 label We don't want this job picking up our arm64 slaves. Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-ansible-pr-syntax-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml index 196ef944..a5b41130 100644 --- a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml +++ b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml @@ -14,7 +14,7 @@ - job: name: ceph-ansible-pr-syntax-check - node: centos7 || trusty + node: (centos7 || trusty) && x86_64 project-type: freestyle defaults: global concurrent: true -- 2.47.3