Switch to using project-templates

In order to have more centralized configuration, switch the role
to use the project-template instead.

Mark newly introduced failing tests as non-voting.

Change-Id: Ic5f6677573c2b3a14029b98cbe03fb893f13ed21
This commit is contained in:
Jonathan Rosser 2018-08-06 16:17:39 +01:00
parent f2d7b5b357
commit d4a502d209
1 changed files with 20 additions and 6 deletions

View File

@ -13,13 +13,27 @@
# limitations under the License.
- project:
templates:
- openstack-ansible-role-jobs
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-xenial
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false
# TODO(jrosser) Revert this once opensuse-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-xenial
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false
# TODO(jrosser) Revert this once opensuse-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false