Merge "Add congress.yaml file"

This commit is contained in:
Jenkins 2015-05-01 13:03:44 +00:00 committed by Gerrit Code Review
commit cb79c3c94c
3 changed files with 42 additions and 0 deletions

@ -0,0 +1,35 @@
- job-template:
name: '{pipeline}-congress-dsvm-api{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_NOTESTS=1
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
cp -r congress/contrib/tempest $BASE/new
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- test-results
- devstack-logs
- console-log

@ -3357,6 +3357,11 @@
jobs:
- python-jobs
- '{pipeline}-congress-dsvm-api{branch-designator}':
pipeline: gate
node: 'devstack-precise || devstack-trusty'
branch-designator: ''
branch-override: default
- project:
name: congress-specs

@ -1252,6 +1252,8 @@ projects:
gate:
- gate-congress-pep8
- gate-congress-python27
experimental:
- gate-congress-dsvm-api
- name: openstack/congress-specs
template: