Add a devstack-gate job to barbicanclient's tests
Add a devstack-gate job to python-barbicanclient's tests. Initially the gate job will be non-voting so that any issues found can be fixed. Change-Id: Icf2b22262a9c2f59ab1722107e028da6b1829f6a
This commit is contained in:
parent
610bd506c4
commit
8dd43985ee
39
jenkins/jobs/python-barbicanclient.yaml
Normal file
39
jenkins/jobs/python-barbicanclient.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
- job:
|
||||
name: gate-python-barbicanclient-devstack-dsvm
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
|
||||
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 ENABLED_SERVICES=barbican,tempest,keystone
|
||||
export PROJECTS="openstack/barbican $PROJECTS"
|
||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/barbican/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/python-barbicanclient/functionaltests
|
||||
./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:
|
||||
- devstack-logs
|
||||
- console-log
|
@ -772,6 +772,8 @@ jobs:
|
||||
voting: false
|
||||
- name: python-jenkins-coverage
|
||||
voting: false
|
||||
- name: gate-python-barbicanclient-devstack-dsvm
|
||||
voting: false
|
||||
- name: gate-python-mistralclient-python34
|
||||
voting: false
|
||||
- name: gate-python-muranoclient-python34
|
||||
@ -1644,6 +1646,8 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: lib-forward-testing
|
||||
- name: stable-compat-jobs-one-release
|
||||
experimental:
|
||||
- gate-python-barbicanclient-devstack-dsvm
|
||||
|
||||
- name: openstack/python-ceilometerclient
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user