X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdlux%2Fdlux.yaml;h=234bba071ff856383ca70ab736e1bc716e05f1a2;hb=0c23657a824822c446e064f468662f7767ca2dd0;hp=27bf2e1cf4329bedff4450598d51939ff3be40b1;hpb=f9e6659aa7630b8613d09de29b769d8b36e98580;p=releng%2Fbuilder.git diff --git a/jjb/dlux/dlux.yaml b/jjb/dlux/dlux.yaml index 27bf2e1cf..234bba071 100644 --- a/jjb/dlux/dlux.yaml +++ b/jjb/dlux/dlux.yaml @@ -15,21 +15,21 @@ - 'dlux-clm-{stream}' - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) stream: - - master: + - beryllium: branch: 'master' jdk: openjdk7 jdks: - openjdk7 - - stable-helium: - branch: 'stable/helium' + - stable-lithium: + branch: 'stable/lithium' jdk: openjdk7 jdks: - openjdk7 - - stable-lithium: - branch: 'stable/lithium' + - stable-helium: + branch: 'stable/helium' jdk: openjdk7 jdks: - openjdk7 @@ -49,8 +49,8 @@ # The purpose of this job template is to setup a ODL verify job # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: matrix node: matrix_master @@ -97,6 +97,7 @@ builders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' @@ -105,7 +106,6 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: '{dlux-settings}' global-settings: '{odl-global-settings}' - - jacoco-nojava-workaround publishers: - findbugs @@ -122,8 +122,8 @@ # and deploy artifacts to Nexus. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -158,6 +158,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -167,9 +168,6 @@ settings: '{dlux-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -191,8 +189,8 @@ # builder and pushes to Sonar analysis. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_verify @@ -225,6 +223,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -234,9 +233,6 @@ settings: '{dlux-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -248,6 +244,10 @@ - job-template: name: 'dlux-distribution-{stream}' + # Required variables: + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) + project-type: maven node: dynamic_merge jdk: '{jdk}' @@ -309,8 +309,8 @@ # is successfully built. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -345,6 +345,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -354,9 +355,6 @@ settings: '{dlux-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -396,6 +394,12 @@ triggers: - timed: 'H H * * *' + - gerrit-trigger-patch-sonar: + name: 'dlux' + + prebuilders: + - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -405,9 +409,6 @@ settings: '{dlux-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs