From 3e596051c231e0e0d820e7c6dc95e652056a7e93 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 10 May 2019 15:50:16 +0200 Subject: [PATCH] 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 --- zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index d8706819..4504bd12 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,13 +16,14 @@ - project: templates: - openstack-ansible-role-jobs + - openstack-ansible-deploy-aio_metal-jobs + - openstack-ansible-deploy-aio_distro_metal-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - openstack-ansible-functional-centos-7-ssl - - openstack-ansible-functional-opensuse-423-ssl - openstack-ansible-functional-ubuntu-xenial-ssl - openstack-ansible-functional-ubuntu-bionic-ssl experimental: @@ -31,6 +32,5 @@ gate: jobs: - openstack-ansible-functional-centos-7-ssl - - openstack-ansible-functional-opensuse-423-ssl - openstack-ansible-functional-ubuntu-xenial-ssl - openstack-ansible-functional-ubuntu-bionic-ssl