Reorganizes project-config

This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
This commit is contained in:
Anita Kuno
2014-09-25 11:41:04 -04:00
parent 186dab1472
commit 1d21cd635f
470 changed files with 0 additions and 0 deletions

39
jenkins/jobs/mistral.yaml Normal file
View File

@@ -0,0 +1,39 @@
- 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 ENABLED_SERVICES=mistral,tempest
export PROJECTS="stackforge/mistral $PROJECTS"
export PROJECTS="stackforge/python-mistralclient $PROJECTS"
function pre_test_hook {
cd /opt/stack/new/mistral/functionaltests
./pre_test_hook.sh
}
export -f pre_test_hook
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