X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin.yaml;h=7805f8dbcabeca30da4395e8e10d5436ba7dec96;hb=3b7ee333f1b20d16cbd2c00445cc28c10de2857e;hp=e591415ce2f79cdc54affde85003b780543641f1;hpb=0ae5f1b87b59f30cdf632eebf98b515b51f2f579;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin.yaml b/jjb/openflowplugin/openflowplugin.yaml index e591415ce..7805f8dbc 100644 --- a/jjb/openflowplugin/openflowplugin.yaml +++ b/jjb/openflowplugin/openflowplugin.yaml @@ -1,4 +1,39 @@ --- +- project: + name: openflowplugin-neon + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-maven-javadoc-jobs' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: openflowplugin + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/ + rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f + - odl-maven-jobs + + csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}' + block_on_csit: false + + stream: neon + project: 'openflowplugin' + project-name: 'openflowplugin' + branch: 'master' + build-node: centos7-builder-2c-8g + build-timeout: 90 + mvn-settings: 'openflowplugin-settings' + mvn-goals: 'clean deploy javadoc:aggregate' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: > + odlparent-merge-{stream}, + yangtools-merge-{stream}, + controller-merge-{stream}, + openflowjava-merge-{stream} + email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]' + + # Used by the release job + staging-profile-id: a68a76dc1b44c + - project: name: openflowplugin-fluorine jobs: @@ -15,7 +50,7 @@ stream: fluorine project: 'openflowplugin' project-name: 'openflowplugin' - branch: 'master' + branch: 'stable/fluorine' build-node: centos7-builder-2c-8g build-timeout: 90 mvn-settings: 'openflowplugin-settings' @@ -67,6 +102,7 @@ name: openflowplugin-sonar jobs: - gerrit-maven-sonar + project: 'openflowplugin' project-name: 'openflowplugin' branch: 'master' @@ -75,3 +111,16 @@ mvn-settings: 'openflowplugin-settings' mvn-goals: 'clean deploy javadoc:aggregate' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: openflowplugin-view + views: + - project-view + project-name: 'openflowplugin' + +- project: + name: openflowplugin-oxygen-view + views: + - common-view + view-name: 'openflowplugin-oxygen' + view-regex: '^openflowplugin-.*-oxygen'