Add congress.yaml file
This sets up a gate test for running devstack/tempest tests for Congress. Change-Id: I7a1cfad3673297a9351571981bab83c5dd49bfd4
This commit is contained in:
parent
3ef1a7b604
commit
f8215ec314
35
jenkins/jobs/congress.yaml
Normal file
35
jenkins/jobs/congress.yaml
Normal file
@ -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
|
@ -3334,6 +3334,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
|
||||
|
@ -1253,6 +1253,8 @@ projects:
|
||||
gate:
|
||||
- gate-congress-pep8
|
||||
- gate-congress-python27
|
||||
experimental:
|
||||
- gate-congress-dsvm-api
|
||||
|
||||
- name: openstack/congress-specs
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user