Merge "Add experimental glance_store functional test job"

This commit is contained in:
Jenkins 2015-05-12 21:51:19 +00:00 committed by Gerrit Code Review
commit a43b3b2668
3 changed files with 57 additions and 0 deletions

@ -34,3 +34,46 @@
- test-results
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-glance_store-dsvm-functional-{driver}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 65
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export BRANCH_OVERRIDE={branch-override}
export DEVSTACK_PROJECT_FROM_GIT=glance_store
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function gate_hook {{
cd $BASE/new/glance_store/glance_store/tests/functional/gate
./gate_hook.sh {driver}
}}
export -f gate_hook
function post_test_hook {{
cd $BASE/new/glance_store/glance_store/tests/functional/gate
./post_test_hook.sh {driver}
}}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- test-results
- devstack-logs
- console-log

@ -170,6 +170,12 @@
- pypi-jobs
- translation-jobs
- 'lib-forward-testing-{name}'
- '{pipeline}-glance_store-dsvm-functional-{driver}':
driver: filesystem
pipeline: gate
node: 'devstack-precise || devstack-trusty'
branch-designator: ''
branch-override: default
- project:
name: gnocchi

@ -1206,6 +1206,12 @@ jobs:
- name: ^(gate|check)-glanceclient-dsvm-functional
branch: ^(?!stable/kilo).*$
# TODO(kragniz): Enable voting for each driver when the jobs are
# functioning for that driver
- name: ^(gate|check)-glance_store-dsvm-functional.*$
branch: ^(?!stable/kilo).*$
voting: false
- name: gate-kolla-bashate
voting: false
@ -1598,6 +1604,8 @@ projects:
- name: publish-to-pypi
- name: lib-forward-testing
- name: experimental-tripleo-jobs
experimental:
- gate-glance_store-dsvm-functional-filesystem
- name: openstack/gnocchi
template: