X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fsfc%2Fsfc-python.yaml;h=bd0daa5a1763c823605cfdf5aca8c459363bc14c;hb=751859fe7ee4fbce8042d983c27bd5a0f28f1843;hp=bfe6ef9e04104859b60a69dc652270676d6461a5;hpb=b0ee3dcc9ba7c94a5969548f7e818894e65b05d9;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index bfe6ef9e0..bd0daa5a1 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -2,67 +2,16 @@ - project: name: sfc-python jobs: - - 'sfc-verify-python-{stream}' + - 'gerrit-tox-verify' stream: - - fluorine: + - aluminium: branch: 'master' - - oxygen: - branch: 'stable/oxygen' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' + - magnesium: + branch: 'stable/magnesium' + - sodium: + branch: 'stable/sodium' project: 'sfc' - -- job-template: - name: 'sfc-verify-python-{stream}' - - project-type: freestyle - node: centos7-builder-2c-8g - concurrent: true - - properties: - - opendaylight-infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - opendaylight-infra-parameters: - os-cloud: '{os-cloud}' - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - scm: - - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - - wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-submitted: - gerrit-server-name: '{gerrit-server-name}' - project: '{project}' - branch: '{branch}' - files: 'sfc-py/**' - - builders: - - shell: | - virtualenv $WORKSPACE/venv-tox - source $WORKSPACE/venv-tox/bin/activate - PYTHON="$WORKSPACE/venv-tox/bin/python" - $PYTHON -m pip install tox argparse - tox --version - cd $WORKSPACE/sfc-py - tox - ./jenkins_build_package.sh - - publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[sfc]' + project-name: 'sfc' + tox-dir: sfc-py