From f3713f98f5663e3aebd1b4e0158a90fbdc45d648 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sun, 25 Mar 2018 16:31:14 +0100 Subject: [PATCH] Make unstable functional test non-voting Given that the functional build for this repo rarely passes and the repo itself is only maintained by those who use it, we can set the functional test to non-voting in order to allow general pattern changes to be implemented without delay. This does mean that reviewers applying functional changes will have to be disciplined about checking the results, but I think that is OK in this case. Depends-On: https://review.openstack.org/556253 Change-Id: I1a236b88a8c80d82f162a92f6cdfeb9368b6eea7 --- zuul.d/project.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 399d058..6b44da3 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,8 +18,7 @@ check: jobs: - openstack-ansible-linters - - openstack-ansible-functional-ubuntu-xenial + - openstack-ansible-functional-ubuntu-xenial-nv gate: jobs: - openstack-ansible-linters - - openstack-ansible-functional-ubuntu-xenial