Add gate-senlin-dsvm-tempest-api job to senlin's experimental queue
This patch add a gate-senlin-dsvm-tempest-api job for senlin API tests. Use 'check experimental' to trigger this job. Change-Id: I7f0c5f8ebc7c315d69c97f0446a719324efdfccf
This commit is contained in:
parent
553719831e
commit
cbf27be9a6
@ -8303,6 +8303,12 @@
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-senlin-dsvm-tempest-{test_type}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
test_type: api
|
||||
- translation-jobs
|
||||
- pypi-jobs
|
||||
- openstack-publish-jobs
|
||||
|
@ -42,3 +42,57 @@
|
||||
- test-results
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-senlin-dsvm-tempest-{test_type}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 130
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
export PROJECTS="openstack/senlin $PROJECTS"
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="senlin.tests.tempest.{test_type}"
|
||||
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin senlin https://git.openstack.org/openstack/senlin"
|
||||
|
||||
if [ "{test_type}" == "api" ];then
|
||||
export SENLIN_BACKEND="openstack_test"
|
||||
else
|
||||
export SENLIN_BACKEND="openstack"
|
||||
fi
|
||||
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function pre_test_hook {{
|
||||
cd /opt/stack/new/senlin/senlin/tests/tempest/
|
||||
./pre_test_hook.sh
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {{
|
||||
cd /opt/stack/new/senlin/senlin/tests/tempest/
|
||||
./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:
|
||||
- test-results
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
@ -2782,6 +2782,9 @@ jobs:
|
||||
- name: gate-senlin-dsvm-functional
|
||||
voting: false
|
||||
|
||||
- name: gate-senlin-dsvm-tempest-api
|
||||
voting: false
|
||||
|
||||
- name: gate-scalpels-dsvm-neutron-ubuntu-trusty
|
||||
voting: false
|
||||
|
||||
@ -11174,6 +11177,7 @@ projects:
|
||||
experimental:
|
||||
- gate-senlin-dsvm-functional
|
||||
- gate-rally-dsvm-senlin
|
||||
- gate-senlin-dsvm-tempest-api
|
||||
|
||||
- name: openstack/senlin-dashboard
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user