X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-jobs.yaml;h=451d61f1fc605391cb237e1588b06a62799b3fbd;hb=0209f258540405a719e0bf9d89bfc9e7ebf9d647;hp=429816e35db064c0fe7e4d044b11c7157aa94b11;hpb=45458fd1a8244522b9651ba18e7f457e0366084d;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-jobs.yaml b/jjb/integration/distribution/distribution-jobs.yaml index 429816e35d..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,15 +39,22 @@ 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 # Self-Managed projects repos and features: sm-repos: > + mvn:org.opendaylight.snmp4sdn/features-snmp4sdn//xml/features, 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, odl-transportpce, odl-transportpce-api, @@ -62,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 @@ -193,23 +205,26 @@ distribution-merge-managed-{stream}, sxp-merge-{stream}, tsdr-merge-{stream}, + unimgr-merge-{stream}, - fluorine: branch: 'stable/fluorine' karaf-version: odl dependencies: > distribution-merge-managed-{stream}, + snmp4sdn-merge-{stream}, sxp-merge-{stream}, transportpce-merge-{stream}, tsdr-merge-{stream}, + unimgr-merge-{stream}, - project: name: distribution-release jobs: - - gerrit-maven-release + - gerrit-maven-stage project: 'integration/distribution' project-name: 'distribution' - mvn-goals: 'clean install dependency:tree -DoutputFile=dependency_tree.txt -Punmanaged -f opendaylight/pom.xml' + mvn-goals: 'clean deploy -f opendaylight/pom.xml' mvn-settings: 'integration-distribution-settings' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' email-upstream: '[int/dist]' @@ -236,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-.*'