project-config/jenkins/jobs/mistral.yaml
Anastasia Kuznetsova c7977f9969 Add Heat and Neutron into the list of enabled services for Mistral gate
Added Neutron and Heat services into the list of enabled
services for the Mistral devstack gate job.

Change-Id: I745b9fd7fa2a36bbe97e17e3441f9cda4b8ea33f
2015-09-21 11:25:20 +00:00

38 lines
1.2 KiB
YAML

- job:
name: gate-mistral-devstack-dsvm
node: 'devstack-precise || devstack-trusty'
wrappers:
- build-timeout:
timeout: 65
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=h-api,h-api-cfn,h-api-cw,h-eng,heat
export PROJECTS="openstack/mistral $PROJECTS"
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
export PROJECTS="openstack/python-mistralclient $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin mistral https://git.openstack.org/openstack/mistral"
function post_test_hook {
cd /opt/stack/new/mistral/functionaltests
./post_test_hook.sh
}
export -f post_test_hook
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