Transition nova-docker jobs to Xenial
Ongoing work to transition jobs for changes against branches >= newton to Xenial. Older branches are not affected. Change-Id: I64409b21f4ee2e5bfd17f4b9a232e07d391a094a
This commit is contained in:
parent
73e10cc3f2
commit
9bc1e34081
@ -1,6 +1,6 @@
|
||||
- job:
|
||||
name: gate-tempest-dsvm-docker
|
||||
node: ubuntu-trusty
|
||||
- job-template:
|
||||
name: 'gate-tempest-dsvm-docker-{node}-nv'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -13,25 +13,25 @@
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
function gate_hook {
|
||||
function gate_hook {{
|
||||
$BASE/new/nova-docker/contrib/devstack/gate_hook.sh
|
||||
}
|
||||
}}
|
||||
|
||||
export -f gate_hook
|
||||
|
||||
function pre_test_hook {
|
||||
function pre_test_hook {{
|
||||
if [ -f $BASE/new/nova-docker/contrib/devstack/pre_test_hook.sh ] ; then
|
||||
$BASE/new/nova-docker/contrib/devstack/pre_test_hook.sh
|
||||
fi
|
||||
}
|
||||
}}
|
||||
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
function post_test_hook {{
|
||||
if [ -f $BASE/new/nova-docker/contrib/devstack/post_test_hook.sh ] ; then
|
||||
$BASE/new/nova-docker/contrib/devstack/post_test_hook.sh
|
||||
fi
|
||||
}
|
||||
}}
|
||||
|
||||
export -f post_test_hook
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-tempest-dsvm-docker-centos7
|
||||
name: gate-tempest-dsvm-docker-centos7-nv
|
||||
node: centos-7
|
||||
|
||||
wrappers:
|
||||
|
@ -8593,6 +8593,10 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- 'gate-tempest-dsvm-docker-{node}-nv':
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
|
||||
- project:
|
||||
name: nova-dpm
|
||||
|
@ -2852,12 +2852,6 @@ jobs:
|
||||
- name: gate-blazar-pylint
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-docker
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-docker-centos7
|
||||
voting: false
|
||||
|
||||
- name: gate-neutron-dsvm-api-ubuntu-trusty
|
||||
branch: ^(stable/(liberty|mitaka))$
|
||||
|
||||
@ -12546,8 +12540,9 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-tempest-dsvm-docker
|
||||
- gate-tempest-dsvm-docker-centos7
|
||||
- gate-tempest-dsvm-docker-ubuntu-trusty-nv
|
||||
- gate-tempest-dsvm-docker-ubuntu-xenial-nv
|
||||
- gate-tempest-dsvm-docker-centos7-nv
|
||||
|
||||
- name: openstack/nova-dpm
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user