From a4c15b645cc2d3a875c72710c2af0dcac97e3857 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 16 Dec 2016 10:46:14 -0600 Subject: [PATCH] ceph-ansible-rpm: adds !sepia label The sepia nodes, using JNLP, are having troubles building these rpms so let's just use OVH nodes until we can resolve this. The issue being that mock runs fine if we use 'sg', but the noarch rpm is never built. Signed-off-by: Andrew Schoen --- ceph-ansible-rpm/config/definitions/ceph-ansible-rpm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-rpm/config/definitions/ceph-ansible-rpm.yml b/ceph-ansible-rpm/config/definitions/ceph-ansible-rpm.yml index 7fc9c586..81eb7d72 100644 --- a/ceph-ansible-rpm/config/definitions/ceph-ansible-rpm.yml +++ b/ceph-ansible-rpm/config/definitions/ceph-ansible-rpm.yml @@ -1,6 +1,6 @@ - job: name: ceph-ansible-rpm - node: 'centos7 && x86_64 && small' + node: 'centos7 && x86_64 && small && !sepia' project-type: freestyle defaults: global disabled: false -- 2.39.5