Switch to Xenial: python-barbicanclient
Update python-barbicanclient dsvm job for changes merged on branches >= master to run on Xenial. Changes merged on older branches will run on Trusty. Change-Id: Iafab0c9d5126f19a4a79bf26596ddd2c133ccf83
This commit is contained in:
parent
a7a953c2e7
commit
ac27231431
@ -12688,6 +12688,10 @@
|
|||||||
suffix: '-nv'
|
suffix: '-nv'
|
||||||
- openstack-client-publish-jobs
|
- openstack-client-publish-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
- gate-python-barbicanclient-devstack-dsvm-{node}:
|
||||||
|
node:
|
||||||
|
- ubuntu-trusty
|
||||||
|
- ubuntu-xenial
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-bileanclient
|
name: python-bileanclient
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- job:
|
- job-template:
|
||||||
name: gate-python-barbicanclient-devstack-dsvm
|
name: 'gate-python-barbicanclient-devstack-dsvm-{node}'
|
||||||
node: ubuntu-trusty
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
@ -18,15 +18,15 @@
|
|||||||
export PROJECTS="openstack/barbican $PROJECTS"
|
export PROJECTS="openstack/barbican $PROJECTS"
|
||||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {{
|
||||||
$BASE/new/barbican/devstack/gate_hook.sh
|
$BASE/new/barbican/devstack/gate_hook.sh
|
||||||
}
|
}}
|
||||||
export -f gate_hook
|
export -f gate_hook
|
||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {{
|
||||||
cd /opt/stack/new/python-barbicanclient/functionaltests
|
cd /opt/stack/new/python-barbicanclient/functionaltests
|
||||||
./post_test_hook.sh
|
./post_test_hook.sh
|
||||||
}
|
}}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
@ -15089,9 +15089,11 @@ projects:
|
|||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
- name: osc-plugin-jobs
|
- name: osc-plugin-jobs
|
||||||
check:
|
check:
|
||||||
- gate-python-barbicanclient-devstack-dsvm
|
- gate-python-barbicanclient-devstack-dsvm-ubuntu-trusty
|
||||||
|
- gate-python-barbicanclient-devstack-dsvm-ubuntu-xenial
|
||||||
gate:
|
gate:
|
||||||
- gate-python-barbicanclient-devstack-dsvm
|
- gate-python-barbicanclient-devstack-dsvm-ubuntu-trusty
|
||||||
|
- gate-python-barbicanclient-devstack-dsvm-ubuntu-xenial
|
||||||
|
|
||||||
- name: openstack/python-bileanclient
|
- name: openstack/python-bileanclient
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user