X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-python.yaml;h=c69711e8c5352b9bd64d59c65d984251cb4bab17;hb=30f651a1fc4515dda1e66f4b2f520502bcbd95bf;hp=d61f6b79baa4550a407f1c7f2159e343f178e1f3;hpb=0f5d8894f33050194b062c2c63703bc36662779f;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index d61f6b79b..c69711e8c 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -4,29 +4,19 @@ jobs: - 'sfc-verify-python-{stream}' - # stream: release stream (eg. stable-boron or beryllium) - # branch: git branch (eg. stable/boron or master) stream: - - carbon: + - oxygen: branch: 'master' - - boron: - branch: 'stable/boron' - - beryllium: - branch: 'stable/beryllium' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' project: 'sfc' - job-template: name: 'sfc-verify-python-{stream}' - # Job template for ODL verify jobs - # - # The purpose of this job template is to setup a ODL verify job - # - # Required Variables: - # stream: release stream (eg. stable-boron or beryllium) - # branch: git branch (eg. stable/boron or master) - project-type: freestyle node: centos7-java-builder-2c-8g concurrent: true @@ -63,7 +53,8 @@ - shell: | virtualenv $WORKSPACE/venv-tox source $WORKSPACE/venv-tox/bin/activate - pip install tox argparse + PYTHON="$WORKSPACE/venv-tox/bin/python" + $PYTHON -m pip install tox argparse tox --version cd $WORKSPACE/sfc-py tox