X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=d983fb0f9860dc7e4d9d91d2a959e9c33ecd0f12;hb=9319e02772bba40e23bca708918c482503fe9ae1;hp=e12d7bb25d7d8ffb3144afe2551d4f45390b5efe;hpb=f93289b1fc422b77fcd00cfebe848c4eac982284;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index e12d7bb25..d983fb0f9 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -1,18 +1,25 @@ --- - project: - name: netconf-oxygen + name: netconf-aluminium jobs: - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs - stream: oxygen + stream: aluminium project: 'netconf' project-name: 'netconf' branch: 'master' build-node: centos7-builder-2c-8g + java-version: 'openjdk11' mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' - mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx2048m -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]' @@ -21,19 +28,54 @@ staging-profile-id: a67b22fc3663f - project: - name: netconf-nitrogen + name: netconf-magnesium jobs: - '{project-name}-distribution-check-{stream}' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs + + stream: magnesium + project: 'netconf' + project-name: 'netconf' + branch: 'stable/magnesium' + build-node: centos7-builder-2c-8g + java-version: 'openjdk11' + mvn-settings: 'netconf-settings' + mvn-goals: 'clean deploy -Pintegrationtests' + mvn-opts: '-Xmx2048m -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-sodium + jobs: + - '{project-name}-distribution-check-{stream}' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc - odl-maven-jobs + - odl-maven-verify-jobs - stream: nitrogen + stream: sodium project: 'netconf' project-name: 'netconf' - branch: 'stable/nitrogen' + branch: 'stable/sodium' 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' + mvn-opts: '-Xmx2048m -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]' @@ -41,20 +83,26 @@ staging-profile-id: a67b22fc3663f - project: - name: netconf-carbon + name: netconf-neon jobs: - '{project-name}-distribution-check-{stream}' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + project-pattern: netconf + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-netconf/48397/ + rtd-token: aee2df909686ab7ba36f2ed08d90bdcf81f7b8dc - odl-maven-jobs + - odl-maven-verify-jobs - stream: carbon + stream: neon project: 'netconf' project-name: 'netconf' - branch: 'stable/carbon' + branch: 'stable/neon' build-node: centos7-builder-2c-8g - karaf-version: karaf3 mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' - mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx2048m -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]' @@ -64,11 +112,23 @@ - project: name: netconf-sonar jobs: - - gerrit-maven-sonar + - gerrit-maven-sonar: + mvn-params: > + -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec + -Dsonar.jacoco.reportPath=$WORKSPACE/target/jacoco.exec + project: 'netconf' project-name: 'netconf' branch: 'master' build-node: centos7-builder-2c-8g + java-version: 'openjdk11' mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' - mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + mvn-opts: '-Xmx2048m -Dmaven.compile.fork=true' + build-timeout: 90 + +- project: + name: netconf-view + views: + - project-view + project-name: netconf