Merge "Add oldstable jobs for python-barbicanclient"
This commit is contained in:
commit
e615a73ade
@ -1,3 +1,43 @@
|
|||||||
|
- job:
|
||||||
|
name: gate-python-barbicanclient-devstack-dsvm-oldstable
|
||||||
|
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
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: gate-python-barbicanclient-devstack-dsvm
|
name: gate-python-barbicanclient-devstack-dsvm
|
||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
@ -1416,6 +1416,12 @@ jobs:
|
|||||||
- name: magnum-coverage
|
- name: magnum-coverage
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
- name: gate-python-barbicanclient-devstack-dsvm
|
||||||
|
branch: ^(?!stable/kilo).*$
|
||||||
|
|
||||||
|
- name: gate-python-barbicanclient-devstack-dsvm-oldstable
|
||||||
|
branch: ^stable/kilo$
|
||||||
|
|
||||||
- name: gate-barbican-devstack-dsvm
|
- name: gate-barbican-devstack-dsvm
|
||||||
branch: ^(?!stable/kilo).*$
|
branch: ^(?!stable/kilo).*$
|
||||||
|
|
||||||
@ -7967,8 +7973,10 @@ projects:
|
|||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
check:
|
check:
|
||||||
- gate-python-barbicanclient-devstack-dsvm
|
- gate-python-barbicanclient-devstack-dsvm
|
||||||
|
- gate-python-barbicanclient-devstack-dsvm-oldstable
|
||||||
gate:
|
gate:
|
||||||
- gate-python-barbicanclient-devstack-dsvm
|
- gate-python-barbicanclient-devstack-dsvm
|
||||||
|
- gate-python-barbicanclient-devstack-dsvm-oldstable
|
||||||
|
|
||||||
- name: openstack/python-blazarclient
|
- name: openstack/python-blazarclient
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user