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
This commit is contained in:
Sean Dague 2014-02-10 23:52:56 -05:00
parent f8971b8824
commit 74c0d7c269
2 changed files with 7 additions and 2 deletions

View File

@ -479,7 +479,7 @@
wrappers: wrappers:
- timeout: - timeout:
timeout: 65 timeout: 185
fail: true fail: true
- timestamps - timestamps
@ -488,7 +488,7 @@
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60 export DEVSTACK_GATE_TIMEOUT=180
export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_CELLS=1 export DEVSTACK_GATE_CELLS=1

View File

@ -305,6 +305,8 @@ jobs:
voting: false voting: false
- name: check-tempest-dsvm-cells-full-havana - name: check-tempest-dsvm-cells-full-havana
voting: false voting: false
- name: check-tempest-dsvm-cells-full
voting: false
- name: ^(gate|check)-gerrit-unittests$ - name: ^(gate|check)-gerrit-unittests$
branch: ^openstack/.*$ branch: ^openstack/.*$
- name: gerrit-package - name: gerrit-package
@ -875,6 +877,7 @@ projects:
- gate-tempest-dsvm-large-ops - gate-tempest-dsvm-large-ops
- gate-tempest-dsvm-neutron-large-ops - gate-tempest-dsvm-neutron-large-ops
- check-grenade-dsvm - check-grenade-dsvm
- check-tempest-dsvm-cells-full
- gate-nova-pylint - gate-nova-pylint
- check-tempest-dsvm-neutron-heat-slow - check-tempest-dsvm-neutron-heat-slow
gate: gate:
@ -2035,6 +2038,7 @@ projects:
- check-tempest-dsvm-full - check-tempest-dsvm-full
- check-tempest-dsvm-postgres-full - check-tempest-dsvm-postgres-full
- check-tempest-dsvm-neutron - check-tempest-dsvm-neutron
- check-tempest-dsvm-cells-full
- gate-tempest-dsvm-large-ops - gate-tempest-dsvm-large-ops
- gate-tempest-dsvm-neutron-large-ops - gate-tempest-dsvm-neutron-large-ops
- check-grenade-dsvm - check-grenade-dsvm
@ -2272,6 +2276,7 @@ projects:
- gate-tempest-dsvm-large-ops - gate-tempest-dsvm-large-ops
- gate-tempest-dsvm-neutron-large-ops - gate-tempest-dsvm-neutron-large-ops
- check-tempest-dsvm-neutron-heat-slow - check-tempest-dsvm-neutron-heat-slow
- check-tempest-dsvm-cells-full
- check-grenade-dsvm - check-grenade-dsvm
- check-grenade-dsvm-forward - check-grenade-dsvm-forward
- check-swift-dsvm-functional - check-swift-dsvm-functional