Merge "Configure large-ops test and add a larger one for testing"

This commit is contained in:
Jenkins 2014-03-31 19:40:23 +00:00 committed by Gerrit Code Review
commit 3a7afd773d
2 changed files with 34 additions and 2 deletions

View File

@ -632,7 +632,37 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=50
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
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-large-ops-testing{branch-designator}'
node: '{node}'
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- link-logs
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
@ -663,7 +693,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=50
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
@ -1185,6 +1215,7 @@
- '{pipeline}-tempest-dsvm-cells{branch-designator}'
- '{pipeline}-tempest-dsvm-cells-full{branch-designator}'
- '{pipeline}-tempest-dsvm-large-ops{branch-designator}'
- '{pipeline}-tempest-dsvm-large-ops-testing{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-large-ops{branch-designator}'
- '{pipeline}-tempest-dsvm-postgres{branch-designator}'
- '{pipeline}-tempest-dsvm-postgres-full{branch-designator}'

View File

@ -894,6 +894,7 @@ projects:
experimental:
- gate-grenade-dsvm-forward
- check-tempest-dsvm-neutron-pg
- gate-tempest-dsvm-large-ops-testing
experimental-tripleo:
- check-tripleo-seed-precise
- check-tripleo-ironic-seed-precise