X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-python.yaml;h=ae7627367019a64b19b565e85e03656a43eb13c7;hb=2cf0e9afe68745d598311c7f75a7f78c24def6c9;hp=894f5ef5eebd2ef62c5d9b3ea54a971d244d98ed;hpb=bd634d3f17cb18e4d087f279ca0d6d98fd4e4f40;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-python.yaml b/jjb/bgpcep/bgpcep-python.yaml index 894f5ef5e..ae7627367 100644 --- a/jjb/bgpcep/bgpcep-python.yaml +++ b/jjb/bgpcep/bgpcep-python.yaml @@ -3,14 +3,17 @@ jobs: - 'bgpcep-verify-python-{stream}' - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) stream: - - master: + - boron: branch: 'master' + - beryllium: + branch: 'stable/beryllium' + - stable-lithium: + branch: 'stable/lithium' project: 'bgpcep' - jdk: 'openjdk7' - job-template: name: 'bgpcep-verify-python-{stream}' @@ -20,13 +23,12 @@ # The purpose of this job template is to setup a ODL verify job # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: freestyle node: dynamic_verify concurrent: true - jdk: '{jdk}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -77,10 +79,13 @@ builders: - shell: | - cd pcep/pcepy + virtualenv $WORKSPACE/venv-tox + source $WORKSPACE/venv-tox/bin/activate + pip install tox argparse + tox --version + cd $WORKSPACE/pcep/pcepy tox publishers: - email-notification: email-prefix: '[bgpcep]' -