Use templated jobs instead of setting independent set

In openstack-ansible-tests repo we do have project-template that will
trigger functional tox tests for the repo. We should
use it to get tests against relevant OS and not maintain
that individually for the specific repo.

Change-Id: I45194376e3c3e5d8e5aeed2904d45a9bcd85635b
This commit is contained in:
Dmitriy Rabotyagov 2020-08-30 14:19:38 +03:00
parent f3ae47e349
commit fbda3a1f1b
1 changed files with 1 additions and 15 deletions

View File

@ -18,18 +18,4 @@
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-opensuse-15
- openstack-ansible-functional-ubuntu-bionic
experimental:
jobs:
- openstack-ansible-integrated-deploy-aio
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-opensuse-15
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-role-jobs