From 6b6a9c6f76feb5180d1b0cbca39cfb682c8b8957 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Tue, 17 Apr 2018 11:11:12 +0100 Subject: [PATCH] Set py3 job to be voting The py3 job is working, and we should avoid adding regressions that prevent python 3 compatibility. Change-Id: I424e0fdb791e10c2c09e142f69d485eb3cfbdf54 --- 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 36011d9..5b7c255 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -19,8 +19,7 @@ - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial - # TODO(evrardjp): uncomment this when the job is in the tests repo - # - openstack-ansible-python3-ubuntu-xenial-nv + - openstack-ansible-python3-ubuntu-xenial experimental: jobs: - openstack-ansible-integrated-deploy-aio @@ -30,3 +29,4 @@ - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial + - openstack-ansible-python3-ubuntu-xenial