X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-jobs.yaml;h=451d61f1fc605391cb237e1588b06a62799b3fbd;hb=0209f258540405a719e0bf9d89bfc9e7ebf9d647;hp=512e64b64f3cb6c8639651d25db5b9d7f8f61350;hpb=68d5ad1dacd827809cbe4a4752dd96259bbe389f;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-jobs.yaml b/jjb/integration/distribution/distribution-jobs.yaml index 512e64b64f..451d61f1fc 100644 --- a/jjb/integration/distribution/distribution-jobs.yaml +++ b/jjb/integration/distribution/distribution-jobs.yaml @@ -26,6 +26,7 @@ sm-repos: > mvn:org.opendaylight.sxp/features-sxp//xml/features, mvn:org.opendaylight.tsdr/features-tsdr//xml/features, + mvn:org.opendaylight.unimgr/features4-unimgr//xml/features, sm-features: > odl-sxp-routing, odl-tsdr-core, @@ -38,6 +39,10 @@ odl-tsdr-hbase, odl-tsdr-hsqldb, odl-tsdr-elasticsearch, + odl-unimgr, + odl-unimgr-template-driver, + odl-unimgr-cisco-xr-driver, + odl-unimgr-ovs-driver, - fluorine: branch: 'stable/fluorine' karaf-version: odl @@ -47,6 +52,7 @@ mvn:org.opendaylight.sxp/features-sxp//xml/features, mvn:org.opendaylight.transportpce/features-transportpce//xml/features, mvn:org.opendaylight.tsdr/features-tsdr//xml/features, + mvn:org.opendaylight.unimgr/features4-unimgr//xml/features, sm-features: > odl-snmp4sdn-snmp4sdn odl-sxp-routing, @@ -64,6 +70,10 @@ odl-tsdr-hbase, odl-tsdr-hsqldb, odl-tsdr-elasticsearch, + odl-unimgr, + odl-unimgr-template-driver, + odl-unimgr-cisco-xr-driver, + odl-unimgr-ovs-driver, - oxygen: branch: 'stable/oxygen' karaf-version: karaf4 @@ -195,6 +205,7 @@ distribution-merge-managed-{stream}, sxp-merge-{stream}, tsdr-merge-{stream}, + unimgr-merge-{stream}, - fluorine: branch: 'stable/fluorine' karaf-version: odl @@ -204,6 +215,29 @@ sxp-merge-{stream}, transportpce-merge-{stream}, tsdr-merge-{stream}, + unimgr-merge-{stream}, + +- project: + name: distribution-release + jobs: + - gerrit-maven-stage + + project: 'integration/distribution' + project-name: 'distribution' + mvn-goals: 'clean deploy -f opendaylight/pom.xml' + mvn-settings: 'integration-distribution-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + email-upstream: '[int/dist]' + + # Used by the release job + staging-profile-id: 2af042ed81d5e2 + + stream: + - neon: + branch: 'master' + + - fluorine: + branch: 'stable/fluorine' - project: name: distribution-sonar @@ -217,8 +251,9 @@ mvn-goals: clean install dependency:tree -DoutputFile=dependency_tree.txt mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -- view: - name: distribution - description: 'List of distribution jobs' - regex: '^(integration-)?distribution-.*' - <<: *releng_view_common +- project: + name: distribution-view + views: + - common-view + view-name: distribution + view-regex: '^(integration-)?distribution-.*'