X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fdistribution%2Fdistribution-jobs.yaml;h=b01f86ccb4e96d76364c9f16ebb1b5923c9fc059;hb=3f74d54d316d9ee1648aa645be5dc71fe5b6cfa3;hp=238d5938828bf78e675b0fc4c36ccf06abf3b493;hpb=2544c8ec52d8991d2ea5acdc3282e853c980308e;p=releng%2Fbuilder.git diff --git a/jjb/integration/distribution/distribution-jobs.yaml b/jjb/integration/distribution/distribution-jobs.yaml index 238d59388..b01f86ccb 100644 --- a/jjb/integration/distribution/distribution-jobs.yaml +++ b/jjb/integration/distribution/distribution-jobs.yaml @@ -25,8 +25,7 @@ # Self-Managed projects repos and features: 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, + mvn:org.opendaylight.tsdr/features-tsdr//xml/features sm-features: > odl-sxp-routing, odl-tsdr-core, @@ -38,11 +37,7 @@ odl-tsdr-cassandra, odl-tsdr-hbase, odl-tsdr-hsqldb, - odl-tsdr-elasticsearch, - odl-unimgr, - odl-unimgr-template-driver, - odl-unimgr-cisco-xr-driver, - odl-unimgr-ovs-driver, + odl-tsdr-elasticsearch - fluorine: branch: 'stable/fluorine' karaf-version: odl @@ -50,28 +45,13 @@ sm-repos: > 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-sxp-routing, odl-transportpce, odl-transportpce-api, odl-transportpce-ordmodels, - odl-transportpce-stubmodels, - odl-tsdr-core, - odl-tsdr-openflow-statistics-collector, - odl-tsdr-netflow-statistics-collector, - odl-tsdr-restconf-collector, - odl-tsdr-syslog-collector, - odl-tsdr-controller-metrics-collector, - odl-tsdr-cassandra, - odl-tsdr-hbase, - odl-tsdr-hsqldb, - odl-tsdr-elasticsearch, - odl-unimgr, - odl-unimgr-template-driver, - odl-unimgr-cisco-xr-driver, - odl-unimgr-ovs-driver, + odl-transportpce-stubmodels + - oxygen: branch: 'stable/oxygen' karaf-version: karaf4 @@ -209,6 +189,7 @@ karaf-version: odl dependencies: > distribution-merge-managed-{stream}, + snmp4sdn-merge-{stream}, sxp-merge-{stream}, transportpce-merge-{stream}, tsdr-merge-{stream}, @@ -217,11 +198,11 @@ - 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]' @@ -248,8 +229,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-.*'