X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin.yaml;h=4e63550a9c1da0e1adf4db6fd9ce91dc55734939;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=e591415ce2f79cdc54affde85003b780543641f1;hpb=07568191388cf45a9525d473a9d59df7c177e78e;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin.yaml b/jjb/openflowplugin/openflowplugin.yaml index e591415ce2..4e63550a9c 100644 --- a/jjb/openflowplugin/openflowplugin.yaml +++ b/jjb/openflowplugin/openflowplugin.yaml @@ -1,4 +1,36 @@ --- +- 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 + + 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 +47,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' @@ -75,3 +107,15 @@ mvn-settings: 'openflowplugin-settings' mvn-goals: 'clean deploy javadoc:aggregate' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- view: + name: openflowplugin + description: 'List of openflowplugin jobs' + regex: '^openflowplugin-.*' + <<: *releng_view_common + +- view: + name: openflowplugin-oxygen + description: 'List of openflowplugin oxygen jobs' + regex: 'openflowplugin-.*-oxygen' + <<: *releng_view_common