Add tempest full job to sqlalchemy-migrate
Based on the layout for other stackforge projects, i.e. Barbican, but using the environment for tempest-dvsm-full. Related-Bug: #1287229 Change-Id: If7c8ab4e6be116d9fc10fc73fb28e86cec852963
This commit is contained in:
parent
49a1274b70
commit
4d836c5731
@ -285,6 +285,16 @@
|
||||
node: bare-centos6
|
||||
- gate-{name}-unittests-{env}:
|
||||
env: 27sa07
|
||||
- '{pipeline}-sqlalchemy-migrate-devstack-dsvm{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-precise-check'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-sqlalchemy-migrate-devstack-dsvm{branch-designator}':
|
||||
pipeline: gate
|
||||
node: 'devstack-precise'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- hook-{name}-rtfd
|
||||
- pypi-jobs
|
||||
|
||||
|
@ -0,0 +1,37 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-sqlalchemy-migrate-devstack-dsvm{branch-designator}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 185
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=180
|
||||
export PROJECTS="stackforge/sqlalchemy-migrate $PROJECTS"
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function pre_test_hook {{
|
||||
cd /opt/stack/new/sqlalchemy-migrate
|
||||
sudo pip install .
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
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
|
@ -575,6 +575,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-barbican-devstack-dsvm
|
||||
voting: false
|
||||
- name: ^(gate|check)-sqlalchemy-migrate-devstack-dsvm$
|
||||
voting: false
|
||||
- name: gate-manila-tempest-dsvm-neutron
|
||||
voting: false
|
||||
- name: gate-climate-devstack-dsvm
|
||||
@ -4532,6 +4534,7 @@ projects:
|
||||
- gate-sqlalchemy-migrate-python27
|
||||
- gate-sqlalchemy-migrate-unittests-26sa07
|
||||
- gate-sqlalchemy-migrate-unittests-27sa07
|
||||
- check-sqlalchemy-migrate-devstack-dsvm
|
||||
gate:
|
||||
- gate-sqlalchemy-migrate-python26
|
||||
- gate-sqlalchemy-migrate-python27
|
||||
|
Loading…
x
Reference in New Issue
Block a user