From: Andrew Schoen Date: Tue, 29 Nov 2016 18:11:26 +0000 (-0600) Subject: ceph-ansible-pr-syntax-check: adds a x86_64 label X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a9ecf0c3cfe1383054d5daf1c1fe05399a022fda;p=ceph-build.git 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 --- 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