Merge "Add experimental ceph job"
This commit is contained in:
commit
dd4b0eca67
@ -1367,6 +1367,38 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-tempest-dsvm-full-ceph{branch-designator}'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 125
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TIMEOUT=120
|
||||||
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||||
|
export DEVSTACK_GATE_CEPH=1
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
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-devstack-gate-unittests
|
name: gate-devstack-gate-unittests
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
@ -1426,3 +1458,4 @@
|
|||||||
- '{pipeline}-tempest-dsvm-keystonev3-full{branch-designator}'
|
- '{pipeline}-tempest-dsvm-keystonev3-full{branch-designator}'
|
||||||
- '{pipeline}-tempest-dsvm-neutron-keystonev3-full{branch-designator}'
|
- '{pipeline}-tempest-dsvm-neutron-keystonev3-full{branch-designator}'
|
||||||
- '{pipeline}-tempest-dsvm-nova-v3-full{branch-designator}'
|
- '{pipeline}-tempest-dsvm-nova-v3-full{branch-designator}'
|
||||||
|
- '{pipeline}-tempest-dsvm-full-ceph{branch-designator}'
|
||||||
|
@ -250,6 +250,7 @@ project-templates:
|
|||||||
- 'gate-grenade-dsvm'
|
- 'gate-grenade-dsvm'
|
||||||
experimental:
|
experimental:
|
||||||
- 'check-grenade-dsvm-neutron'
|
- 'check-grenade-dsvm-neutron'
|
||||||
|
- 'check-tempest-dsvm-full-ceph'
|
||||||
|
|
||||||
- name: integrated-gate-neutron
|
- name: integrated-gate-neutron
|
||||||
check:
|
check:
|
||||||
@ -713,6 +714,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-trove-functional-dsvm-mongodb
|
- name: gate-trove-functional-dsvm-mongodb
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: check-tempest-dsvm-full-ceph
|
||||||
|
voting: false
|
||||||
# puppet-openstack targets
|
# puppet-openstack targets
|
||||||
- name: gate-puppet-vswitch-puppet-lint
|
- name: gate-puppet-vswitch-puppet-lint
|
||||||
voting: false
|
voting: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user