X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=89da37c727117c8d969345f46b1cebea6eb6ae95;hb=74d14c7b7904922061e1dafe7482438521aae6f7;hp=67246a2fddd4d280e9ade05a0288b0393a008aaf;hpb=f9339d2274fe3e2f8249bc2396c1f869435f9270;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 67246a2fd..89da37c72 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -1,18 +1,25 @@ --- - project: - name: netconf-fluorine + 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: fluorine + 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,53 @@ staging-profile-id: a67b22fc3663f - project: - name: netconf-oxygen + 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: oxygen + stream: sodium project: 'netconf' project-name: 'netconf' - branch: 'stable/oxygen' + 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]' @@ -44,11 +85,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