Merge "Add functional test job for python-brick-cinderclient-ext"

This commit is contained in:
Jenkins 2016-05-13 08:43:33 +00:00 committed by Gerrit Code Review
commit 39d2568cec
3 changed files with 47 additions and 0 deletions

View File

@ -35,6 +35,44 @@
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-brick-cinderclient-ext-dsvm-functional{job-suffix}'
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 PROJECTS="openstack/python-brick-cinderclient-ext $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT=python-brick-cinderclient-ext
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
# Configure and run functional tests
$BASE/new/python-brick-cinderclient-ext/brick_cinderclient_ext/tests/functional/hooks/post_test_hook.sh
}}
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
- job-template:
name: '{pipeline}-cinder-dsvm-apache{job-suffix}'
node: '{node}'

View File

@ -7106,6 +7106,11 @@
- openstack-publish-jobs
- pypi-jobs
- python-jobs
- '{pipeline}-brick-cinderclient-ext-dsvm-functional{job-suffix}':
pipeline: gate
node: devstack-trusty
job-suffix: ''
branch-override: default
- project:
name: python-ceilometerclient

View File

@ -9963,6 +9963,10 @@ projects:
- name: check-requirements
- name: publish-to-pypi
- name: pypy-jobs
check:
- gate-brick-cinderclient-ext-dsvm-functional
gate:
- gate-brick-cinderclient-ext-dsvm-functional
- name: openstack/python-ceilometerclient
template: