Merge "Add tempest jobs with nova-v3 enabled"

This commit is contained in:
Jenkins 2014-06-18 17:25:02 +00:00 committed by Gerrit Code Review
commit cb26d64b88
2 changed files with 40 additions and 0 deletions

View File

@ -850,6 +850,40 @@
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-tempest-dsvm-nova-v3-full{branch-designator}'
node: '{node}'
wrappers:
- timeout:
timeout: 125
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_TEMPEST_NOVA_V3_API=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export OVERRIDE_TEMPEST_PROJECT_BRANCH=master
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-tempest-dsvm-postgres-zeromq-full{branch-designator}'
node: '{node}'
@ -1334,3 +1368,4 @@
- '{pipeline}-tempest-dsvm-keystonev3-full{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-keystonev3-full{branch-designator}'
- '{pipeline}-tempest-dsvm-full-apache-services{branch-designator}'
- '{pipeline}-tempest-dsvm-nova-v3-full{branch-designator}'

View File

@ -433,6 +433,8 @@ jobs:
voting: false
- name: ^(gate|check)-tempest-dsvm-cells-full$
voting: false
- name: ^(gate|check)-tempest-dsvm-nova-v3-full$
branch: ^(?!stable/havana).*$
- name: ^(gate|check)-grenade-dsvm$
branch: ^(?!stable/havana).*$
- name: ^(gate|check)-grenade-dsvm-neutron$
@ -1059,6 +1061,7 @@ projects:
- gate-grenade-dsvm-forward
- check-tempest-dsvm-cells-full
- check-tempest-dsvm-neutron-pg
- check-tempest-dsvm-nova-v3-full
experimental-tripleo:
- check-tripleo-ironic-seed-precise
- check-tripleo-undercloud-precise
@ -2142,6 +2145,7 @@ projects:
- check-tempest-dsvm-marconi
- check-tempest-dsvm-keystonev3-full
- check-tempest-dsvm-neutron-keystonev3-full
- check-tempest-dsvm-nova-v3-full
# havana compat jobs for tempest master (non voting)
- check-tempest-master-dsvm-full-havana
- check-tempest-master-dsvm-neutron-havana
@ -2167,6 +2171,7 @@ projects:
- periodic-tempest-dsvm-neutron-full-non-isolated-master
- periodic-tempest-dsvm-all-master
- periodic-tempest-dsvm-stress-master
- periodic-tempest-dsvm-nova-v3-full-master
- name: openstack/tripleo-heat-templates
template: