From 0bdbe3fbd310e5046b217bcab6d4efef4010318f Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 20 May 2014 14:50:05 +0900 Subject: [PATCH] Gate on Postrgres in trove Trove uses a database itself, so lets make sure it works on postgres. This fixes an asymmetric hole in the gate. If a patch breaks postgres compatibility in trove then projects that gate on postgres will begin failing. Change-Id: I53e7fa2729542b88b43cd3de51e15118adaeec57 Related-Bug: 1321093 --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index c214cf4837..bf78469788 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1153,6 +1153,10 @@ projects: - name: check-requirements - name: integrated-gate - name: openstack-doc-gate + check: + - check-tempest-dsvm-postgres-full + gate: + - gate-tempest-dsvm-postgres-full post: - trove-upstream-translation-update - trove-tox-doc-publishdocs