X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fovsdb%2Fovsdb-full-integration.yaml;h=cc641eda9b3d5a59cd830dd6a6fa3213e4f405ba;hb=0abaee571f249a9da5396f5d44cae9350f2fbf2a;hp=4936a4704785bdad7c764c368bd8da603b38170f;hpb=3c3bec550bb8e339636a91848823fd1b8990e6f0;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-full-integration.yaml b/jjb/ovsdb/ovsdb-full-integration.yaml index 4936a4704..cc641eda9 100644 --- a/jjb/ovsdb/ovsdb-full-integration.yaml +++ b/jjb/ovsdb/ovsdb-full-integration.yaml @@ -5,14 +5,16 @@ - 'ovsdb-daily-full-integration-{stream}' stream: - - sodium: + - silicon: branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' + java-version: 'openjdk11' + - aluminium: + branch: 'stable/aluminium' + java-version: 'openjdk11' + - magnesium: + branch: 'stable/magnesium' + - sodium: + branch: 'stable/sodium' project: 'ovsdb' archive-artifacts: '*.log' @@ -35,7 +37,7 @@ - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r' - 'stream={stream}' java-opts: - - '-Xmx1024m -XX:MaxPermSize=256m' + - '-Xmx1024m' settings: 'ovsdb-settings' settings-type: cfp global-settings: 'global-settings' @@ -94,12 +96,15 @@ - job-template: name: 'ovsdb-daily-full-integration-{stream}' + disable-job: false + project-type: freestyle node: centos7-docker-1c-4g jdk: '{java-version}' description: > Integration tests for the OVSDB project against different versions of OVS and branches. This job runs nightly. + disabled: '{disable-job}' properties: - opendaylight-infra-properties: @@ -153,7 +158,7 @@ - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r' - 'stream={stream}' java-opts: - - '-Xmx1024m -XX:MaxPermSize=256m' + - '-Xmx1024m' settings: 'ovsdb-settings' settings-type: cfp global-settings: 'global-settings'