X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=a22ead0f8c58938a4f12d1878606379fcc2afd95;hb=refs%2Fchanges%2F87%2F37687%2F1;hp=e1cd5a275be1fce0aecb46ae7b18c8b1da99f6eb;hpb=344d21e3e3a40dee7cd9f6316a3e666327766211;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index e1cd5a275..a22ead0f8 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -1,13 +1,14 @@ - - project: - name: integration-test-jobs + name: integration-test jobs: - - 'integration-verify-python' + - '{name}-verify-python-{stream}' - 'integration-csit-verify-1node-library' - 'integration-distribution-test-{stream}' - 'integration-patch-test-{stream}' - 'integration-multipatch-test-{stream}' + project: integration/test + stream: - boron: branch: 'master' @@ -54,8 +55,6 @@ ovsdb-csit-1node-southbound-all-{stream}, packetcable-csit-1node-pcmm-only-{stream}, packetcable-csit-1node-pcmm-all-{stream}, - snmp-csit-1node-basic-only-{stream}, - snmp-csit-1node-basic-all-{stream}, sxp-csit-1node-basic-only-{stream}, sxp-csit-1node-basic-all-{stream}, sxp-csit-1node-filtering-only-{stream}, @@ -183,61 +182,6 @@ vtn-csit-1node-coordinator-only-{stream} -# Template: integration-verify-python -# Goal: Verify python scripts correct syntax -# Operation: This job template performs a python tox check on any integration/test patch - -- job-template: - name: 'integration-verify-python' - - project-type: freestyle - node: dynamic_verify - concurrent: true - - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - parameters: - - project-parameter: - project: 'integration/test' - - integration-patch-refspec: - branch: '$GERRIT_REFSPEC' - - scm: - - integration-gerrit-scm: - credentials-id: '{ssh-credentials}' - basedir: 'test' - refspec: '$PATCHREFSPEC' - branch: 'master' - - wrappers: - - build-timeout - - ssh-agent-credentials: - users: - - '{ssh-credentials}' - - triggers: - - integration-trigger-patch-submitted: - name: 'integration/test' - branch: 'master' - pattern: '**' - - builders: - - shell: | - virtualenv $WORKSPACE/venv-tox - source $WORKSPACE/venv-tox/bin/activate - pip install tox argparse - tox --version - cd $WORKSPACE/test - tox - - publishers: - - email-notification: - email-prefix: '[integration]' - # Template: integration-csit-verify-1node-library # Goal: Verify changes in csit folder not covered by projects suite verify jobs (e.g. libraries or variables) # Operation: This job template performs a base openflow test when there is a change in the libraries folder @@ -259,6 +203,8 @@ project: 'integration/test' - integration-branch: branch: 'stable/beryllium' + - integration-distribution-stream: + stream: 'beryllium' - integration-bundleurl: bundleurl: 'last' - integration-controller-scope: @@ -271,7 +217,9 @@ odl-bgpcep-bgp, odl-netconf-connector-all - integration-test-options: - test-options: '-e adsal -v TIMEOUT_BUG_4220:10s' + test-options: '-v TIMEOUT_BUG_4220:10s' + - integration-stream-test-plan: + stream-test-plan: 'test-libraries-beryllium.txt' - integration-test-plan: test-plan: 'test-libraries.txt' - integration-patch-refspec: