From 379e4776852f956f24996c67f87338af5fcd5213 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Thu, 19 Apr 2018 16:01:19 +0100 Subject: [PATCH] Add python3 functional voting and non-voting jobs In I4052547b5dc1e70a7fb079dcd13ec2a32d5efefe we're removing the plugins job from the plugins repo and adding it to tests, this will allow us to use these jobs for the ansible-config_template repo as well as the openstack-ansible-plugins repo. Change-Id: Id6c1bfb4b93e7d37c76c891dc537567d7df0d5c5 --- zuul.d/jobs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 22013be2..5f975c44 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -172,3 +172,14 @@ voting: false vars: scenario: ceph + +- job: + name: openstack-ansible-python3-ubuntu-xenial + parent: openstack-ansible-functional-ubuntu-xenial + vars: + tox_env: func_py3 + +- job: + name: openstack-ansible-python3-ubuntu-xenial-nv + parent: openstack-ansible-python3-ubuntu-xenial + voting: false \ No newline at end of file