X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-python.yaml;h=3dfecd935726b5ce9ecbb8e2ee488770295352ab;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=60bbb303757436a8cc7fc0c51ad2eceb496483c8;hpb=5bb4581c51fde9a78d259d7460a48608ea5185b1;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index 60bbb3037..3dfecd935 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -2,65 +2,16 @@ - project: name: sfc-python jobs: - - 'sfc-verify-python-{stream}' + - 'gerrit-tox-verify' stream: - - oxygen: + - neon: branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' project: 'sfc' - -- job-template: - name: 'sfc-verify-python-{stream}' - - project-type: freestyle - node: centos7-java-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