]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr-syntax-check: adds a x86_64 label 572/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 29 Nov 2016 18:11:26 +0000 (12:11 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 29 Nov 2016 18:11:26 +0000 (12:11 -0600)
We don't want this job picking up our arm64 slaves.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml

index 196ef94483b438fb54e6b446bbbd75608d896984..a5b41130279337b8fd57c2b922634a8b33144968 100644 (file)
@@ -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