Test tempest on quantum with full tempest suite.
The QA team has requested that we run the full tempest suites with quantum on commits to tempest. Make it so. Change-Id: I3db76d40e3e18ef414d19cc0330f7c82021877b1 Reviewed-on: https://review.openstack.org/20415 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
51ce8afa0b
commit
66496944bd
@ -145,6 +145,44 @@
|
||||
- devstack-complete
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-tempest-devstack-vm-quantum-full
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 180
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
parameters:
|
||||
- label:
|
||||
name: NODE_LABEL
|
||||
description: Label of node to use for this build
|
||||
default: devstack-precise
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
||||
builders:
|
||||
- devstack-inprogress
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export DEVSTACK_GATE_QUANTUM=1
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
- devstack-complete
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-vm-full
|
||||
node: devstack-precise
|
||||
|
@ -70,6 +70,9 @@ jobs:
|
||||
branch: stable/folsom
|
||||
- name: gate-tempest-devstack-vm-quantum
|
||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
||||
- name: gate-tempest-devstack-vm-quantum-full
|
||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
||||
voting: false
|
||||
- name: gate-tempest-devstack-vm-postgres
|
||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
||||
voting: false
|
||||
@ -724,6 +727,7 @@ projects:
|
||||
- gate-tempest-devstack-vm
|
||||
- gate-tempest-devstack-vm-full
|
||||
- gate-tempest-devstack-vm-postgres-full
|
||||
- gate-tempest-devstack-vm-quantum-full
|
||||
|
||||
- name: openstack/tempest
|
||||
check:
|
||||
@ -732,12 +736,14 @@ projects:
|
||||
- gate-tempest-devstack-vm-postgres-full
|
||||
- gate-tempest-devstack-vm-cinder
|
||||
- gate-tempest-devstack-vm-quantum
|
||||
- gate-tempest-devstack-vm-quantum-full
|
||||
gate:
|
||||
- gate-tempest-pep8
|
||||
- gate-tempest-devstack-vm-full
|
||||
- gate-tempest-devstack-vm-postgres-full
|
||||
- gate-tempest-devstack-vm-cinder
|
||||
- gate-tempest-devstack-vm-quantum
|
||||
- gate-tempest-devstack-vm-quantum-full
|
||||
|
||||
- name: openstack/ceilometer
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user