From e43ccc380243d4f4072a46e15f0e8fff8e0e9bf3 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 25 Jun 2018 11:03:31 -0400 Subject: [PATCH] Make ansible-integration non-voting While we bootstrap the integration between the components this is going to be a bit of a pain to maintain. It's still important and we'll block on it if it's an unknown issue failing the job. Change-Id: Ia616eed1ad5a0351340810d556ebe13f1980c116 --- .zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index c16dc93..3bce2a7 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -1,11 +1,11 @@ - project: check: jobs: - - ara-server-ansible-integration + - ara-server-ansible-integration: + voting: false - tox-py35 - tox-pep8 gate: jobs: - - ara-server-ansible-integration - tox-py35 - tox-pep8