X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetvirt%2Fnetvirt-full-integration.yaml;h=f3e2446a303fabe6ec88b0d2d8c543c2b6b5c314;hb=89f3dafca52af8a99ed565abf4b5e4cdd64c788f;hp=e63b20470428b27198cfba1b5260e70f985cd795;hpb=ee83ca710d9e75fde285e8216d8d793270c4de5c;p=releng%2Fbuilder.git diff --git a/jjb/netvirt/netvirt-full-integration.yaml b/jjb/netvirt/netvirt-full-integration.yaml index e63b20470..f3e2446a3 100644 --- a/jjb/netvirt/netvirt-full-integration.yaml +++ b/jjb/netvirt/netvirt-full-integration.yaml @@ -5,21 +5,13 @@ - 'netvirt-daily-full-integration-{stream}' stream: - - carbon: + - oxygen: branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - - boron: - branch: 'stable/boron' - jdk: openjdk8 - jdks: - - openjdk8 - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk8 - jdks: - - openjdk8 + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 project: 'netvirt' archive-artifacts: '*.log **/target/surefire-reports/*.txt' @@ -46,7 +38,7 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: 'netvirt-settings' settings-type: cfp - global-settings: 'odl-global-settings' + global-settings: 'global-settings' global-settings-type: cfp - builder: @@ -71,7 +63,7 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: 'netvirt-settings' settings-type: cfp - global-settings: 'odl-global-settings' + global-settings: 'global-settings' global-settings-type: cfp - builder: @@ -109,8 +101,9 @@ - shell: | virtualenv $WORKSPACE/venv source $WORKSPACE/venv/bin/activate - pip install --upgrade pip - pip install docker-compose + PYTHON="$WORKSPACE/venv/bin/python" + $PYTHON -m pip install --upgrade pip + $PYTHON -m pip install docker-compose - builder: @@ -130,14 +123,14 @@ OVS_VERSION: '{OVS_VERSION}' maven-version: '{maven-version}' stream: '{stream}' - - shell: !include-raw-escape: include-raw-setup-docker.sh + - shell: !include-raw-escape: setup-docker.sh - inject: properties-file: env.properties - run-netvirt-sfc-it: OVS_VERSION: '{OVS_VERSION}' maven-version: '{maven-version}' stream: '{stream}' - - shell: !include-raw-escape: include-raw-cleanup-docker.sh + - shell: !include-raw-escape: cleanup-docker.sh - job-template: name: 'netvirt-daily-full-integration-{stream}' @@ -156,6 +149,7 @@ parameters: - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' @@ -172,7 +166,6 @@ build-timeout: '{build-timeout}' triggers: - - timed: '@midnight' - gerrit: server-name: '{server-name}' trigger-on: @@ -204,7 +197,7 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: 'netvirt-settings' settings-type: cfp - global-settings: 'odl-global-settings' + global-settings: 'global-settings' global-settings-type: cfp # skip 2.4.0 until we figure out conntrack # - run-netvirt-it: @@ -227,5 +220,4 @@ succeed-if-found: false unstable-if-found: true also-check-console-output: false - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish