From 74c0d7c26905392986e672cd86a8663265b4d413 Mon Sep 17 00:00:00 2001
From: Sean Dague <sean.dague@samsung.com>
Date: Mon, 10 Feb 2014 23:52:56 -0500
Subject: [PATCH] add tempest-cells-full tests to check queue

apparently we don't even try to run cells tempest tests at all any
more, so we have no idea what the state of cells is in Nova. This should
be run on nova, devstack, and tempest so that we have some idea of
the current state of things.

Change-Id: Ib1d1ca46e5c0cf715f16d600b0aa40f4a17e930d
---
 .../files/jenkins_job_builder/config/devstack-gate.yaml      | 4 ++--
 modules/openstack_project/files/zuul/layout.yaml             | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml
index d849c18f90..1caf465e63 100644
--- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml
+++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml
@@ -479,7 +479,7 @@
 
     wrappers:
       - timeout:
-          timeout: 65
+          timeout: 185
           fail: true
       - timestamps
 
@@ -488,7 +488,7 @@
       - shell: |
           #!/bin/bash -xe
           export PYTHONUNBUFFERED=true
-          export DEVSTACK_GATE_TIMEOUT=60
+          export DEVSTACK_GATE_TIMEOUT=180
           export DEVSTACK_GATE_TEMPEST=1
           export DEVSTACK_GATE_TEMPEST_FULL=1
           export DEVSTACK_GATE_CELLS=1
diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index c02ce69227..d9aa3fd664 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -305,6 +305,8 @@ jobs:
     voting: false
   - name: check-tempest-dsvm-cells-full-havana
     voting: false
+  - name: check-tempest-dsvm-cells-full
+    voting: false
   - name: ^(gate|check)-gerrit-unittests$
     branch: ^openstack/.*$
   - name: gerrit-package
@@ -875,6 +877,7 @@ projects:
       - gate-tempest-dsvm-large-ops
       - gate-tempest-dsvm-neutron-large-ops
       - check-grenade-dsvm
+      - check-tempest-dsvm-cells-full
       - gate-nova-pylint
       - check-tempest-dsvm-neutron-heat-slow
     gate:
@@ -2035,6 +2038,7 @@ projects:
       - check-tempest-dsvm-full
       - check-tempest-dsvm-postgres-full
       - check-tempest-dsvm-neutron
+      - check-tempest-dsvm-cells-full
       - gate-tempest-dsvm-large-ops
       - gate-tempest-dsvm-neutron-large-ops
       - check-grenade-dsvm
@@ -2272,6 +2276,7 @@ projects:
       - gate-tempest-dsvm-large-ops
       - gate-tempest-dsvm-neutron-large-ops
       - check-tempest-dsvm-neutron-heat-slow
+      - check-tempest-dsvm-cells-full
       - check-grenade-dsvm
       - check-grenade-dsvm-forward
       - check-swift-dsvm-functional