From 31058d2c10a3c7ea18b5ac16778b4c537a35b997 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 14 Jan 2019 10:39:56 +0000 Subject: [PATCH] Add integrated tests into gate In https://review.openstack.org/629544 the tests were added to the check pipeline, but not the gate pipeline. This ensures that they're also in the gate pipeline. Change-Id: I1f557902b79295c109108b6b7c68a282fe7c6205 --- zuul.d/project.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e7e7eff..4acbf10 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -25,3 +25,9 @@ - openstack-ansible-deploy-aio_metal_heat-opensuse-423 - openstack-ansible-deploy-aio_metal_heat-opensuse-150 - openstack-ansible-deploy-aio_metal_heat-ubuntu-bionic + gate: + jobs: + - openstack-ansible-deploy-aio_metal_heat-centos-7 + - openstack-ansible-deploy-aio_metal_heat-opensuse-423 + - openstack-ansible-deploy-aio_metal_heat-opensuse-150 + - openstack-ansible-deploy-aio_metal_heat-ubuntu-bionic