Merge "Add test job for sheepdog devstack plugin"
This commit is contained in:
commit
ffae4ec848
@ -1788,6 +1788,40 @@
|
|||||||
- console-log
|
- 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:
|
- job:
|
||||||
name: gate-devstack-gate-unittests
|
name: gate-devstack-gate-unittests
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -1853,6 +1853,11 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-bashate
|
- gate-{name}-bashate
|
||||||
|
- '{pipeline}-tempest-dsvm-full-sheepdog{branch-designator}':
|
||||||
|
pipeline: check
|
||||||
|
node: 'devstack-trusty'
|
||||||
|
branch-designator: ''
|
||||||
|
branch-override: default
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: hacking
|
name: hacking
|
||||||
|
@ -846,6 +846,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: check-tempest-dsvm-full-glusterfs-centos7
|
- name: check-tempest-dsvm-full-glusterfs-centos7
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: check-tempest-dsvm-full-sheepdog
|
||||||
|
voting: false
|
||||||
- name: gate-tomograph-python34
|
- name: gate-tomograph-python34
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-cliff-requirements
|
- name: gate-cliff-requirements
|
||||||
@ -4455,6 +4457,7 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
check:
|
check:
|
||||||
- gate-devstack-plugin-sheepdog-bashate
|
- gate-devstack-plugin-sheepdog-bashate
|
||||||
|
- check-tempest-dsvm-full-sheepdog
|
||||||
gate:
|
gate:
|
||||||
- gate-devstack-plugin-sheepdog-bashate
|
- gate-devstack-plugin-sheepdog-bashate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user