Add non-voting function test job to Trio2o
Currently no function test job was configured for Trio2o, although test cases are already there. This patch is to configure the non-voting functest job to Trio2o first, once the functest job become stable in running, will convert it to voting job. Change-Id: Idafb7d47b80a9d115936e3b28bf24adc8273af75 Signed-off-by: joehuang <joehuang@huawei.com>
This commit is contained in:
parent
9b30135744
commit
2476fe5a09
@ -15185,6 +15185,11 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{pipeline}-trio2o-dsvm-functional-{node}{suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-xenial
|
||||
suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: tripleo-ci
|
||||
|
48
jenkins/jobs/trio2o.yaml
Normal file
48
jenkins/jobs/trio2o.yaml
Normal file
@ -0,0 +1,48 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-trio2o-dsvm-functional-{node}{suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 90
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
export PROJECTS="openstack/trio2o $PROJECTS"
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="trio2o.tempestplugin"
|
||||
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin trio2o https://git.openstack.org/openstack/trio2o/"
|
||||
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function pre_test_hook {{
|
||||
cd /opt/stack/new/trio2o/trio2o/tempestplugin/
|
||||
./pre_test_hook.sh
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {{
|
||||
cd /opt/stack/new/trio2o/trio2o/tempestplugin/
|
||||
./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
|
@ -17631,6 +17631,8 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-trio2o-dsvm-functional-ubuntu-xenial-nv
|
||||
|
||||
- name: openstack/tripleo-common
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user