From be6466cc8204b88c23036f50c7fa57b5e4ebac9c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 12 Apr 2018 13:46:27 +0100 Subject: [PATCH] Set nova-lxd job to non-voting The job is failing due to changes in the upstream implementation. We set the job to non-voting for now until the upstream fix [1] is merged. [1] https://review.openstack.org/559190 Change-Id: Ic99e02260b6bc18a0771fea30a27b86097efe4da --- zuul.d/jobs.yaml | 1 + zuul.d/project.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index a0504334..074ef7fb 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -16,6 +16,7 @@ - job: name: openstack-ansible-lxd-ubuntu-xenial parent: openstack-ansible-functional-ubuntu-xenial + voting: false vars: tox_env: func_lxd diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 34d9e91f..39980c95 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -38,4 +38,4 @@ # Restore this once the blocking issue has # been resolved. #- openstack-ansible-upgrade-ubuntu-xenial - - openstack-ansible-lxd-ubuntu-xenial + #- openstack-ansible-lxd-ubuntu-xenial