From 1eaba3aacbec60a8d11d65dfa4841214698cca9b Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 28 Mar 2019 23:49:20 -0400 Subject: [PATCH] Test using integrated build In order to do a more complete verification of any patches, we add a full containerised OpenStack deployment to do the functional testing using the integrated repo. This replaces the previous functional test mechanism. A containerised build is used due to the clash between nginx (repo server) and apache (horizon) on the same ports. Any additional role tests are left as-is. They will require some extra implementation in the integrated build before they can be transferred. Depends-On: https://review.openstack.org/647840 Depends-On: https://review.openstack.org/648502 Depends-On: https://review.openstack.org/648551 Change-Id: I19a28191ff3c068ee8134d938656bb476e5675da --- zuul.d/project.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 18963f04..563498d6 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,7 +15,8 @@ - project: templates: - check-requirements - - openstack-ansible-role-distro_install-jobs - - openstack-ansible-role-jobs + - openstack-ansible-deploy-aio_distro_lxc-jobs + - openstack-ansible-deploy-aio_lxc-jobs + - openstack-ansible-linters - publish-openstack-docs-pti - release-notes-jobs-python3