Merge "Enable non-voting keystoneclient functional tests"

This commit is contained in:
Jenkins 2015-02-19 22:35:22 +00:00 committed by Gerrit Code Review
commit 610bd506c4
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,35 @@
- job-template:
name: '{pipeline}-keystoneclient-dsvm-functional{branch-designator}'
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}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
# Configure and run functional tests
$BASE/new/python-keystoneclient/keystoneclient/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

View File

@ -743,6 +743,11 @@
- pypi-jobs
- 'stable-compat-jobs-{name}'
- 'lib-forward-testing-{name}'
- '{pipeline}-keystoneclient-dsvm-functional{branch-designator}':
pipeline: check
node: 'devstack-precise || devstack-trusty'
branch-designator: ''
branch-override: default
- project:

View File

@ -720,6 +720,8 @@ jobs:
- '^tools/.*-requires$'
- '^.*requirements.txt$'
- '^.*requirements-py[2,3].txt$'
- name: check-keystoneclient-dsvm-functional
voting: false
- name: barbican-coverage
voting: false
@ -1783,6 +1785,7 @@ projects:
- python-keystoneclient-coverage
experimental:
- gate-grenade-dsvm-forward
- check-keystoneclient-dsvm-functional
- name: openstack/python-keystoneclient-federation
template: