X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-python.yaml;h=50ba94e6678cbef2e9935fa95e1a0cba89bade6d;hb=92edcb7273183a92cc329b2d9d016b41d6d896e1;hp=fd8f05a50d28f0ca26f0479b7ce96438f366822f;hpb=bd634d3f17cb18e4d087f279ca0d6d98fd4e4f40;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index fd8f05a50..50ba94e66 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -3,14 +3,15 @@ jobs: - 'sfc-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' project: 'sfc' - jdk: 'openjdk7' - job-template: name: 'sfc-verify-python-{stream}' @@ -20,13 +21,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,8 +77,13 @@ builders: - shell: | - cd sfc-py + virtualenv $WORKSPACE/venv-tox + source $WORKSPACE/venv-tox/bin/activate + pip install tox argparse + tox --version + cd $WORKSPACE/sfc-py tox + ./jenkins_build_package.sh publishers: - email-notification: