Merge "Add functional test job for python-ceilometerclient"
This commit is contained in:
commit
1f374f45f7
@ -59,3 +59,41 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-ceilometerclient-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}
|
||||||
|
export DEVSTACK_PROJECT_FROM_GIT=python-ceilometerclient
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
|
||||||
|
function post_test_hook {{
|
||||||
|
# Configure and run functional tests
|
||||||
|
$BASE/new/python-ceilometerclient/ceilometerclient/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
|
||||||
|
@ -697,6 +697,11 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- 'stable-compat-jobs-{name}'
|
- 'stable-compat-jobs-{name}'
|
||||||
- 'lib-forward-testing-{name}'
|
- 'lib-forward-testing-{name}'
|
||||||
|
- '{pipeline}-ceilometerclient-dsvm-functional{branch-designator}':
|
||||||
|
pipeline: check
|
||||||
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
branch-designator: ''
|
||||||
|
branch-override: default
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -952,6 +952,8 @@ jobs:
|
|||||||
branch: ^(?!stable/(icehouse|juno)).*$
|
branch: ^(?!stable/(icehouse|juno)).*$
|
||||||
- name: gate-ceilometer-python34
|
- name: gate-ceilometer-python34
|
||||||
branch: ^master$
|
branch: ^master$
|
||||||
|
- name: ^(gate|check)-ceilometerclient-dsvm-functional$
|
||||||
|
voting: false
|
||||||
- name: gate-nova-pip-missing-reqs
|
- name: gate-nova-pip-missing-reqs
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-nova-tox-functional
|
- name: gate-nova-tox-functional
|
||||||
@ -1768,6 +1770,8 @@ projects:
|
|||||||
- name: lib-forward-testing
|
- name: lib-forward-testing
|
||||||
post:
|
post:
|
||||||
- python-ceilometerclient-coverage
|
- python-ceilometerclient-coverage
|
||||||
|
experimental:
|
||||||
|
- check-ceilometerclient-dsvm-functional
|
||||||
|
|
||||||
- name: openstack/python-cinderclient
|
- name: openstack/python-cinderclient
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user