Merge "Enable non-voting keystoneclient functional tests"
This commit is contained in:
commit
610bd506c4
35
jenkins/jobs/keystoneclient-functional.yaml
Normal file
35
jenkins/jobs/keystoneclient-functional.yaml
Normal 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
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user