X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=5a7af6fd1073551991cb42c91a2080c5df210377;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=67246a2fddd4d280e9ade05a0288b0393a008aaf;hpb=07568191388cf45a9525d473a9d59df7c177e78e;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 67246a2fd..5a7af6fd1 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -1,4 +1,25 @@ --- +- project: + name: netconf-neon + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: neon + project: 'netconf' + project-name: 'netconf' + branch: 'master' + build-node: centos7-builder-2c-8g + mvn-settings: 'netconf-settings' + mvn-goals: 'clean deploy -Pintegrationtests' + mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + build-timeout: 90 + dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}' + email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]' + + # Used by the release job + staging-profile-id: a67b22fc3663f + - project: name: netconf-fluorine jobs: @@ -8,7 +29,7 @@ stream: fluorine project: 'netconf' project-name: 'netconf' - branch: 'master' + branch: 'stable/fluorine' build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' @@ -52,3 +73,9 @@ mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + +- view: + name: netconf + description: 'List of netconf jobs' + regex: '^netconf-.*' + <<: *releng_view_common