debian: add jobs

This patch adds Debian functional jobs for OpenStack Ansible
for those roles that still use it.

Depends-On: I48dcf78b1139f13d3d6195f544789e9b0e4224f9

Change-Id: I135ea73604890eae5e9e2a7cdcab81b2b39ad426
This commit is contained in:
Mohammed Naser 2019-04-06 18:32:56 -04:00 committed by Guilherme Steinmuller Pimentel
parent 394d3597bf
commit bdbed0212f
2 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,11 @@
vars:
tox_env: upgrade
- job:
name: openstack-ansible-functional-debian-stable
parent: openstack-ansible-functional
nodeset: debian-stable
- job:
name: openstack-ansible-functional-ubuntu-bionic
parent: openstack-ansible-functional

View File

@ -13,11 +13,13 @@
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-debian-stable
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-ubuntu-bionic
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-debian-stable
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-ubuntu-bionic
experimental: