Add undercloud job to cover changes

Once we switch quickstart to use this, we should run the undercloud job
to test changes to the install role.

Depends-On: https://review.opendev.org/#/c/701034/
Change-Id: Id4d2f5577b68c4515111fb1dd6cc05aedbfb96df
This commit is contained in:
Alex Schultz 2020-01-09 10:36:20 -07:00
parent 8c937edbae
commit 50aea8d638
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,16 @@
check:
jobs:
- openstack-tox-linters
- tripleo-ci-centos-7-containers-multinode:
dependencies: &deps_unit_lint
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-linters
files: &containers_multinode_files
- ^roles/tripleo-undercloud-install/.*$
gate:
jobs:
- openstack-tox-linters
- tripleo-ci-centos-7-containers-multinode:
files: *containers_multinode_files