Merge "Create experimental job for neutron-fwaas"
This commit is contained in:
commit
0c66583e61
44
jenkins/jobs/neutron-fwaas.yaml
Normal file
44
jenkins/jobs/neutron-fwaas.yaml
Normal file
@ -0,0 +1,44 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-neutron-fwaas-dsvm-functional{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_UNSTACK=1
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
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
|
||||
|
||||
function gate_hook {{
|
||||
bash -xe $BASE/new/neutron-fwaas/neutron_fwaas/tests/contrib/gate_hook.sh dsvm-functional
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
function post_test_hook {{
|
||||
bash -xe $BASE/new/neutron-fwaas/neutron_fwaas/tests/contrib/post_test_hook.sh dsvm-functional
|
||||
}}
|
||||
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
|
@ -404,6 +404,16 @@
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- gate-{name}-pylint
|
||||
- '{pipeline}-neutron-fwaas-dsvm-functional{branch-designator}':
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-neutron-fwaas-dsvm-functional{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: neutron-lbaas
|
||||
|
@ -687,6 +687,8 @@ jobs:
|
||||
voting: false
|
||||
- name: ^check-neutron-vpnaas-dsvm-functional-sswan$
|
||||
voting: false
|
||||
- name: ^check-neutron-fwaas-dsvm-functional$
|
||||
voting: false
|
||||
# For Gerrit ver 2.4.x (using maven)
|
||||
- name: ^(gate|check)-gerrit-unittests$
|
||||
branch: ^openstack/2\.4.*$
|
||||
@ -1482,6 +1484,8 @@ projects:
|
||||
- gate-neutron-fwaas-pylint
|
||||
gate:
|
||||
- gate-neutron-fwaas-pylint
|
||||
experimental:
|
||||
- check-neutron-fwaas-dsvm-functional
|
||||
|
||||
- name: openstack/neutron-lbaas
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user