Swich load ordering for openstack-ansible-tests repo

The openstack-ansible-tests repo includes the job
definition for all roles used across OSA, including
ansible-hardening. Thus we move it high up in the
load order to ensure that it's loaded before any
other ansible roles curated by OSA.

Change-Id: I9272388a0da3958a9d489a89d950721d62c94eb8
This commit is contained in:
Jesse Pretorius 2017-10-17 16:56:17 +01:00
parent ec7d8347ba
commit c880a369b3

View File

@ -15,6 +15,9 @@
- openstack-infra/devstack-gate
- openstack-dev/devstack
- openstack/tempest
# openstack-ansible-tests is used across multiple
# roles including ansible-hardening
- openstack/openstack-ansible-tests
# After this point, sorting projects alphabetically will help
# merge conflicts
- openstack-dev/bashate
@ -1210,7 +1213,6 @@
- openstack/openstack-ansible-rsyslog_client
- openstack/openstack-ansible-rsyslog_server
- openstack/openstack-ansible-specs
- openstack/openstack-ansible-tests
- openstack/openstack-chef-repo
- openstack/openstack-chef-specs
- openstack/openstack-doc-tools