From 3720c5c62582c4225ef5660d38e4d6454deb5cee Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 28 Feb 2018 09:29:47 +0000 Subject: [PATCH] Add non-voting standard upgrade job To make it easier to switch the upgrade job to non-voting temporarily in the repositories which have it, have a standard non-voting one to switch to. Change-Id: I22623cb84aa9ad48be10bbeb53ba898e99b17371 (cherry picked from commit 1c3b36b320627db81deadc6428c7a2e295642905) --- zuul.d/jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 3b0bbdd1..35fff1a2 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -138,6 +138,11 @@ parent: openstack-ansible-upgrade nodeset: ubuntu-xenial +- job: + name: openstack-ansible-upgrade-ubuntu-xenial-nv + parent: openstack-ansible-upgrade-ubuntu-xenial + voting: false + - job: name: openstack-ansible-functional-opensuse-423 parent: openstack-ansible-functional