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
This commit is contained in:
Andy McCrae 2018-04-19 16:01:19 +01:00 committed by Jean-Philippe Evrard
parent a61c62e053
commit 379e477685
1 changed files with 11 additions and 0 deletions

View File

@ -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