project-config/jenkins/jobs/castellan.yaml
Davanum Srinivas 03b03a905d Use castellan from source in gate-castellan-dsvm-functional
gate-castellan-dsvm-functional seems to be picking up castellan
from pypi, let's add it to DEVSTACK_PROJECT_FROM_GIT so it gets
installed from source.

Change-Id: Ibe962eddb804ab78b67031b8b3468e0c3a68ea87
2017-07-20 11:09:44 +00:00

42 lines
1.2 KiB
YAML

- job:
name: gate-castellan-dsvm-functional
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 70
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- local_conf:
conf: |
[[local|localrc]]
enable_plugin barbican git://git.openstack.org/openstack/barbican
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export ENABLED_SERVICES=tempest,keystone
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT="python-barbicanclient,castellan"
function gate_hook {
$BASE/new/castellan/castellan/tests/contrib/gate_hook.sh
}
export -f gate_hook
function post_test_hook {
$BASE/new/castellan/castellan/tests/contrib/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