X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc.yaml;h=ab58e449b15e736227e610c6102eea5ed924ed16;hb=30a1b3bac98c00d559fa2b351eaff7065c183a5a;hp=6809f33798aa4803cf479b04b4d1accb926a6569;hpb=27cee20f365aa2862417a15f29b1ff000d3e4b1f;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc.yaml b/jjb/sfc/sfc.yaml index 6809f3379..ab58e449b 100644 --- a/jjb/sfc/sfc.yaml +++ b/jjb/sfc/sfc.yaml @@ -1,27 +1,40 @@ --- +- project: + name: sfc-fluorine + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: fluorine + project: 'sfc' + project-name: 'sfc' + branch: 'master' + mvn-settings: 'sfc-settings' + mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + build-timeout: 120 + dependencies: 'openflowplugin-merge-{stream},ovsdb-merge-{stream},lispflowmapping-merge-{stream}' + email-upstream: '[sfc] [openflowplugin] [ovsdb] [lispflowmapping]' + build-node: centos7-builder-8c-8g + + # Used by the release job + staging-profile-id: a68eb361ca48a + - project: name: sfc-oxygen jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs stream: oxygen project: 'sfc' project-name: 'sfc' - branch: 'master' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' + branch: 'stable/oxygen' mvn-settings: 'sfc-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + build-timeout: 120 dependencies: 'openflowplugin-merge-{stream},ovsdb-merge-{stream},lispflowmapping-merge-{stream}' email-upstream: '[sfc] [openflowplugin] [ovsdb] [lispflowmapping]' - archive-artifacts: '' + build-node: centos7-builder-8c-8g # Used by the release job staging-profile-id: a68eb361ca48a @@ -30,25 +43,17 @@ name: sfc-nitrogen jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs stream: nitrogen project: 'sfc' project-name: 'sfc' branch: 'stable/nitrogen' - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' mvn-settings: 'sfc-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' dependencies: 'openflowplugin-merge-{stream},ovsdb-merge-{stream},lispflowmapping-merge-{stream}' email-upstream: '[sfc] [openflowplugin] [ovsdb] [lispflowmapping]' - archive-artifacts: '' + build-node: centos7-builder-8c-8g # Used by the release job staging-profile-id: a68eb361ca48a @@ -57,26 +62,18 @@ name: sfc-carbon jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-maven-jobs' - - '{project-name}-merge-{stream}' + - odl-maven-jobs stream: carbon project: 'sfc' project-name: 'sfc' branch: 'stable/carbon' karaf-version: karaf3 - jdks: - - openjdk8 - maven: - - mvn33: - mvn-version: 'mvn33' mvn-settings: 'sfc-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' dependencies: 'openflowplugin-merge-{stream},ovsdb-merge-{stream},lispflowmapping-merge-{stream}' email-upstream: '[sfc] [openflowplugin] [ovsdb] [lispflowmapping]' - archive-artifacts: '' + build-node: centos7-builder-8c-8g # Used by the release job staging-profile-id: a68eb361ca48a @@ -84,10 +81,9 @@ - project: name: sfc-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'sfc' project-name: 'sfc' branch: 'master' mvn-settings: 'sfc-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'