X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=9e85088a10ca71d5cbb33a3781c854c88494bcee;hb=refs%2Fchanges%2F02%2F38002%2F1;hp=dfc43680ff7a47cf5aca02fc087fffdf803edee5;hpb=216271e9dacd5cb26c580a977a023f4d5b3cdb09;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index dfc43680f..9e85088a1 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}, @@ -64,7 +63,9 @@ sxp-csit-1node-topology-all-{stream}, topoprocessing-csit-1node-topology-operations-all-{stream}, topoprocessing-csit-1node-topology-operations-only-{stream}, + tsdr-csit-1node-cassandra-datastore-only-{stream}, tsdr-csit-1node-hbase-datastore-only-{stream}, + tsdr-csit-1node-hsqldb-datastore-only-{stream}, usc-csit-1node-channel-only-{stream}, usc-csit-1node-channel-all-{stream}, vpnservice-csit-1node-vpnservice-only-{stream}, @@ -126,7 +127,9 @@ sxp-csit-1node-topology-all-{stream}, topoprocessing-csit-1node-topology-operations-all-{stream}, topoprocessing-csit-1node-topology-operations-only-{stream}, + tsdr-csit-1node-cassandra-datastore-only-{stream}, tsdr-csit-1node-hbase-datastore-only-{stream}, + tsdr-csit-1node-hsqldb-datastore-only-{stream}, usc-csit-1node-channel-only-{stream}, usc-csit-1node-channel-all-{stream}, vpnservice-csit-1node-vpnservice-only-{stream}, @@ -183,61 +186,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 @@ -273,7 +221,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: