X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=5a7af6fd1073551991cb42c91a2080c5df210377;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=197c84126a41f28fcba52a9ceab5e79baf8e4a00;hpb=6b3088f6c4e6a138fa4405fb5c338013733776c3;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 197c84126..5a7af6fd1 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -1,82 +1,63 @@ --- - project: - name: netconf-oxygen + name: netconf-neon jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs - stream: oxygen + stream: neon project: 'netconf' project-name: 'netconf' branch: 'master' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' - mvn-goals: 'clean install -Pintegrationtests' + 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]' - archive-artifacts: '' # Used by the release job staging-profile-id: a67b22fc3663f - project: - name: netconf-nitrogen + name: netconf-fluorine jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs - stream: nitrogen + stream: fluorine project: 'netconf' project-name: 'netconf' - branch: 'stable/nitrogen' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + branch: 'stable/fluorine' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' - mvn-goals: 'clean install -Pintegrationtests' + 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]' - archive-artifacts: '' # Used by the release job staging-profile-id: a67b22fc3663f - project: - name: netconf-carbon + name: netconf-oxygen jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs - stream: carbon + stream: oxygen project: 'netconf' project-name: 'netconf' - branch: 'stable/carbon' - karaf-version: karaf3 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + branch: 'stable/oxygen' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' - mvn-goals: 'clean install -Pintegrationtests' + 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]' - archive-artifacts: '' # Used by the release job staging-profile-id: a67b22fc3663f @@ -84,10 +65,17 @@ - project: name: netconf-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'netconf' project-name: 'netconf' branch: 'master' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' - mvn-goals: 'clean install -Pintegrationtests' + 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