project-config/jenkins/jobs/mixmatch.yaml
Kristi Nikolla b64f161e38 Promote experimental job to -nv check, increase timout time to 100
The experimental job tests the proxying of api calls and scenario
tests using tempest [0]. Promote this job to a nonvoting job
that is run on all changes rather than on request.

However, we're getting timeouts when something affects performance
even by a little bit [1]. So tentatively increase its timeout to
100 (cinder does 130 when running the full tempest.)

0. Ia3b3906dacd33622ce44a0b034dbd90ba6c980cc
1. I825dee6f57eebec154b6a57a4450442bf9151978

Change-Id: I8ee64b48a5368a59c61b2773adecc1c68772bcf6
2017-03-09 20:22:50 +00:00

40 lines
1.1 KiB
YAML

- job-template:
name: '{pipeline}-mixmatch-dsvm-functional-{node}{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 100
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export BRANCH_OVERRIDE={branch-override}
export PROJECTS="openstack/mixmatch $PROJECTS"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export DEVSTACK_LOCAL_CONFIG="enable_plugin mixmatch git://git.openstack.org/openstack/mixmatch"
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
function post_test_hook {{
# Configure and run functional tests
$BASE/new/mixmatch/mixmatch/tests/functional/hooks/dsvm_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