Merge "Add new expermintal job - centos with neutron"
This commit is contained in:
commit
0aed404938
@ -1955,6 +1955,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export DEVSTACK_GATE_SMOKE_SERIAL={run-smoke-serially}
|
||||
export DEVSTACK_GATE_NEUTRON={neutron}
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
@ -1280,13 +1280,23 @@
|
||||
pipeline: gate
|
||||
node: devstack-centos7
|
||||
run-smoke-serially: 1
|
||||
neutron: 0
|
||||
job-suffix: '-nv'
|
||||
- '{pipeline}-tempest-dsvm-platform-{name}{job-suffix}':
|
||||
name: fedora23
|
||||
pipeline: gate
|
||||
node: fedora-23
|
||||
run-smoke-serially: 0
|
||||
neutron: 0
|
||||
job-suffix: '-nv'
|
||||
# Experimental job for testing neutron
|
||||
- '{pipeline}-tempest-dsvm-platform-{name}{job-suffix}':
|
||||
pipeline: gate
|
||||
name: centos7-neutron
|
||||
node: devstack-centos7
|
||||
run-smoke-serially: 1
|
||||
neutron: 1
|
||||
job-suffix: ''
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-amqp1
|
||||
|
@ -2499,6 +2499,7 @@ projects:
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-tempest-dsvm-platform-centos7-neutron
|
||||
periodic:
|
||||
- propose-devstack-plugins-list
|
||||
- periodic-tempest-dsvm-oslo-latest-full-master
|
||||
|
Loading…
x
Reference in New Issue
Block a user