Merge "Add test job for sheepdog devstack plugin"
This commit is contained in:
commit
ffae4ec848
@ -1788,6 +1788,40 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-full-sheepdog{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 BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
export PROJECTS="stackforge/devstack-plugin-sheepdog $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-sheepdog git://git.openstack.org/stackforge/devstack-plugin-sheepdog"
|
||||
|
||||
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:
|
||||
name: gate-devstack-gate-unittests
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -1853,6 +1853,11 @@
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-sheepdog{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: hacking
|
||||
|
@ -846,6 +846,8 @@ jobs:
|
||||
voting: false
|
||||
- name: check-tempest-dsvm-full-glusterfs-centos7
|
||||
voting: false
|
||||
- name: check-tempest-dsvm-full-sheepdog
|
||||
voting: false
|
||||
- name: gate-tomograph-python34
|
||||
voting: false
|
||||
- name: gate-cliff-requirements
|
||||
@ -4455,6 +4457,7 @@ projects:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-sheepdog-bashate
|
||||
- check-tempest-dsvm-full-sheepdog
|
||||
gate:
|
||||
- gate-devstack-plugin-sheepdog-bashate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user