diff --git a/jenkins/jobs/devstack-gate.yaml b/jenkins/jobs/devstack-gate.yaml index 5a886dbd62..5c84959dcc 100644 --- a/jenkins/jobs/devstack-gate.yaml +++ b/jenkins/jobs/devstack-gate.yaml @@ -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' diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 24e124deff..1acd015c9a 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -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 diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 3fc8ffd117..8c91a0d48e 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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