Merge "Add ceph devstack job to glance_store"
This commit is contained in:
commit
f8352d1b10
@ -2099,6 +2099,48 @@
|
||||
- console-log
|
||||
|
||||
|
||||
# tempest-dsvm-full-ceph-src-{name} - run a devstack ceph tempest job,
|
||||
# but use the zuul git ref for name instead of the released library
|
||||
# version.
|
||||
#
|
||||
# Purpose: this allows libraries to test their proposed commits to
|
||||
# ensure they don't break OpenStack on their next release. It is
|
||||
# expected to eventually be part of all library jobs in OpenStack, as
|
||||
# the main tempest-dsvm jobs will be using only released versions of
|
||||
# libraries.
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-full-ceph-src-{name}{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
|
||||
export DEVSTACK_PROJECT_FROM_GIT={name}
|
||||
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-template:
|
||||
name: '{pipeline}-tempest-dsvm-full-lio{branch-designator}'
|
||||
node: '{node}'
|
||||
@ -2297,6 +2339,7 @@
|
||||
- '{pipeline}-tempest-dsvm-src-{name}{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-src-{name}{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-largeops-src-{name}{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-full-ceph-src-{name}{branch-designator}'
|
||||
- '{pipeline}-tempest-master-dsvm-full{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron{branch-designator}'
|
||||
- '{pipeline}-tempest-master-dsvm-neutron{branch-designator}'
|
||||
|
@ -273,6 +273,11 @@
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-full-ceph-src-{name}{branch-designator}':
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
pipeline: gate
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: gnocchi
|
||||
|
@ -1844,6 +1844,10 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
- name: lib-forward-testing
|
||||
- name: experimental-tripleo-jobs
|
||||
check:
|
||||
- gate-tempest-dsvm-full-ceph-src-glance_store
|
||||
gate:
|
||||
- gate-tempest-dsvm-full-ceph-src-glance_store
|
||||
experimental:
|
||||
- gate-glance_store-dsvm-functional-filesystem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user