X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=5a7af6fd1073551991cb42c91a2080c5df210377;hb=refs%2Fchanges%2F61%2F74961%2F4;hp=54d9cbd21c063843dbd8e60bd8694ba4c0e36b67;hpb=d190af926c7c0ef098c635fdae5b62350babffcc;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 54d9cbd21..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'