X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf.yaml;h=197c84126a41f28fcba52a9ceab5e79baf8e4a00;hb=27cee20f365aa2862417a15f29b1ff000d3e4b1f;hp=e769446825a5aad1deb1d2d716e49c64afa4b0a5;hpb=a56f12518446d42c7c8167198e8be60e85c645e6;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index e76944682..197c84126 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -1,28 +1,21 @@ +--- - project: - name: netconf-carbon + name: netconf-oxygen jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' - stream: - - carbon: - disable_autorelease: False - disable_distribution_check: False + stream: oxygen project: 'netconf' project-name: 'netconf' branch: 'master' - jdk: openjdk8 jdks: - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: 'mvn33' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'netconf-settings' mvn-goals: 'clean install -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -30,31 +23,26 @@ email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67b22fc3663f + - project: - name: netconf-boron + name: netconf-nitrogen jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' - stream: - - boron: - disable_autorelease: False - disable_distribution_check: False + stream: nitrogen project: 'netconf' project-name: 'netconf' - branch: 'stable/boron' - jdk: openjdk8 + branch: 'stable/nitrogen' jdks: - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: 'mvn33' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'netconf-settings' mvn-goals: 'clean install -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -62,37 +50,27 @@ email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67b22fc3663f + - project: - name: netconf-beryllium + name: netconf-carbon jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' - stream: - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk7 - jdks: - - openjdk7 - - openjdk8 - disable_autorelease: False - disable_distribution_check: False + - '{project-name}-distribution-check-{stream}' + - '{project-name}-integration-{stream}' + - '{project-name}-maven-jobs' + - '{project-name}-merge-{stream}' + stream: carbon project: 'netconf' project-name: 'netconf' - branch: 'stable/beryllium' - jdk: openjdk7 + branch: 'stable/carbon' + karaf-version: karaf3 jdks: - - openjdk7 - - openjdk8 + - openjdk8 maven: - - mvn33: - mvn-version: 'mvn33' + - mvn33: + mvn-version: 'mvn33' mvn-settings: 'netconf-settings' mvn-goals: 'clean install -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -100,10 +78,13 @@ email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67b22fc3663f + - project: name: netconf-sonar jobs: - - '{project-name}-sonar' + - '{project-name}-sonar' project: 'netconf' project-name: 'netconf' branch: 'master'