Add integrated coverage

Currently this role doesn't test the integrated jobs.

This is a problem because this role can possibly break
the integrated, as we don't test it.

Change-Id: I109b3293df32c73969c39a17230881eddb338c78
This commit is contained in:
Jean-Philippe Evrard 2019-05-10 15:50:16 +02:00
parent c3369aa717
commit 3e596051c2
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,14 @@
- project: - project:
templates: templates:
- openstack-ansible-role-jobs - openstack-ansible-role-jobs
- openstack-ansible-deploy-aio_metal-jobs
- openstack-ansible-deploy-aio_distro_metal-jobs
- check-requirements - check-requirements
- publish-openstack-docs-pti - publish-openstack-docs-pti
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- openstack-ansible-functional-centos-7-ssl - openstack-ansible-functional-centos-7-ssl
- openstack-ansible-functional-opensuse-423-ssl
- openstack-ansible-functional-ubuntu-xenial-ssl - openstack-ansible-functional-ubuntu-xenial-ssl
- openstack-ansible-functional-ubuntu-bionic-ssl - openstack-ansible-functional-ubuntu-bionic-ssl
experimental: experimental:
@ -31,6 +32,5 @@
gate: gate:
jobs: jobs:
- openstack-ansible-functional-centos-7-ssl - openstack-ansible-functional-centos-7-ssl
- openstack-ansible-functional-opensuse-423-ssl
- openstack-ansible-functional-ubuntu-xenial-ssl - openstack-ansible-functional-ubuntu-xenial-ssl
- openstack-ansible-functional-ubuntu-bionic-ssl - openstack-ansible-functional-ubuntu-bionic-ssl