Add experimental scale testing job for GBP
This patch enables a scale testing job for the group-based-policy project as experimental and non-voting. Depends-On: If3729941212511443b86d3f9e5b36f25eccdc6a3 Change-Id: I095bf1d1835a8ce6f3c7a45df861ef9300b1ebf4
This commit is contained in:
parent
73e3202ae3
commit
1dbc3f5ec7
@ -46,3 +46,52 @@
|
|||||||
- test-results
|
- test-results
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-group-based-policy-dsvm-rally{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 PROJECTS="stackforge/group-based-policy $PROJECTS"
|
||||||
|
export PROJECTS="stackforge/group-based-policy-automation $PROJECTS"
|
||||||
|
export PROJECTS="stackforge/group-based-policy-ui $PROJECTS"
|
||||||
|
export PROJECTS="stackforge/python-group-based-policy-client $PROJECTS"
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
|
||||||
|
function gate_hook {{
|
||||||
|
bash -xe $BASE/new/group-based-policy/gbpservice/tests/contrib/gate_hook.sh dsvm-rally
|
||||||
|
}}
|
||||||
|
export -f gate_hook
|
||||||
|
|
||||||
|
function post_test_hook {{
|
||||||
|
bash -xe $BASE/new/group-based-policy/gbpservice/tests/contrib/post_test_rally_hook.sh dsvm-rally
|
||||||
|
}}
|
||||||
|
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
|
||||||
|
@ -4701,6 +4701,11 @@
|
|||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
branch-designator: ''
|
branch-designator: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
- '{pipeline}-group-based-policy-dsvm-rally{branch-designator}':
|
||||||
|
pipeline: gate
|
||||||
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
branch-designator: ''
|
||||||
|
branch-override: default
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: group-based-policy-automation
|
name: group-based-policy-automation
|
||||||
|
@ -871,6 +871,9 @@ jobs:
|
|||||||
- name: ^gate-group-based-policy-dsvm-functional$
|
- name: ^gate-group-based-policy-dsvm-functional$
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
- name: ^gate-group-based-policy-dsvm-rally$
|
||||||
|
voting: false
|
||||||
|
|
||||||
- name: ^gate-functional-dsvm-akanda.*$
|
- name: ^gate-functional-dsvm-akanda.*$
|
||||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||||
|
|
||||||
@ -6912,6 +6915,7 @@ projects:
|
|||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
check:
|
check:
|
||||||
- gate-group-based-policy-dsvm-functional
|
- gate-group-based-policy-dsvm-functional
|
||||||
|
- gate-group-based-policy-dsvm-rally
|
||||||
|
|
||||||
- name: stackforge/group-based-policy-automation
|
- name: stackforge/group-based-policy-automation
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user