X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=9b08b8b8431804f78126f0de688a4622c4bd558d;hb=b410f6e9e21fea5a89e291d8bc91e1cd6da9e4cd;hp=913e7f79bece08f701e300d25c176bf5447a6a73;hpb=edd883385370863a38275cfb791f5fd592efb659;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 913e7f79b..9b08b8b84 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -56,9 +56,7 @@ usc-csit-1node-channel-only-{stream}, usc-csit-1node-channel-all-{stream}, vpnservice-csit-1node-vpnservice-only-{stream}, - vpnservice-csit-1node-vpnservice-all-{stream}, - vtn-csit-1node-manager-only-{stream}, - vtn-csit-1node-manager-all-{stream} + vpnservice-csit-1node-vpnservice-all-{stream} - stable-lithium: branch: 'stable/lithium' @@ -206,7 +204,11 @@ - integration-controller-scope: controller-scope: 'only' - integration-controller-features: - controller-features: 'odl-openflowplugin-flow-services-ui,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all' + controller-features: > + odl-openflowplugin-flow-services-ui, + odl-bgpcep-pcep, + odl-bgpcep-bgp, + odl-netconf-connector-all - integration-test-options: test-options: '-e adsal' - integration-test-plan: @@ -239,6 +241,7 @@ pattern: 'csit/libraries/*' builders: + - integration-cleanup-workspace - integration-install-robotframework - inject: properties-file: 'env.properties' @@ -254,9 +257,9 @@ publishers: - integration-robot: unstable-if: 0.0 - pass-if: 0.0 + pass-if: 100.0 - archive: - artifacts: 'karaf.log' + artifacts: 'karaf.log*' - email-notification: email-prefix: '[integration]' @@ -360,13 +363,10 @@ - inject: properties-file: 'bundle.txt' - wipe-org-opendaylight-repo - - provide-maven-settings: - global-settings-file: '{odl-global-settings}' - settings-file: '{yangtools-settings}' - maven-target: maven-version: '{mvn33}' pom: '$GERRIT_PROJECT/pom.xml' - goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' + goals: 'clean install -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' java-opts: - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{integration-settings}' @@ -375,7 +375,7 @@ maven: maven-name: '{mvn33}' root-pom: 'distribution/pom.xml' - goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' + goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{integration-settings}' global-settings: '{odl-global-settings}' @@ -391,7 +391,7 @@ publishers: - email-notification: - email-prefix: '[integration]' + email-prefix: '[$GERRIT_PROJECT]' # Template: integration-multipatch-test-{stream} # Goal: Build one or more patches and run all available system test on a distribution containing the change @@ -415,6 +415,8 @@ parameters: - patches-to-build-parameter: patches_to_build: '$PATCHES_TO_BUILD' + - integration-branch: + branch: '{branch}' wrappers: - build-timeout @@ -427,15 +429,19 @@ - integration-multipatch-builder - inject: properties-file: 'bundle.txt' + - provide-maven-settings: + global-settings-file: '{odl-global-settings}' + settings-file: '{yangtools-settings}' + maven: maven-name: '{mvn33}' root-pom: 'patch_tester/pom.xml' - goals: 'clean install -f patch_tester/pom.xml -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' - settings: '{integration-settings}' + # TODO: Make Maven option configurable. Currently tests are not skipped, everything elase is. + goals: 'clean install -f patch_tester/pom.xml -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + settings: '{yangtools-settings}' global-settings: '{odl-global-settings}' - ignore-upstream-changes: true post-step-run-condition: 'SUCCESS' postbuilders: