2 name: ovsdb-full-integration
4 - 'ovsdb-daily-full-integration-{stream}'
6 # stream: release stream (eg. stable-lithium or beryllium)
7 # branch: git branch (eg. stable/lithium or master)
15 branch: 'stable/beryllium'
20 branch: 'stable/lithium'
26 archive-artifacts: 'docker-ovs-*.log'
29 name: 'ovsdb-daily-full-integration-{stream}'
32 # stream: release stream (eg. stable-lithium or beryllium)
33 # branch: git branch (eg. stable/lithium or master)
37 description: 'Integration tests for the OVSDB project against different versions of OVS and branches. This job runs nightly. '
57 - centos7-docker-2c-4g
60 daysToKeep: '{build-days-to-keep}'
61 numToKeep: '{build-num-to-keep}'
62 artifactDaysToKeep: '{build-artifact-days-to-keep}'
63 artifactNumToKeep: '{build-artifact-num-to-keep}'
66 - opendaylight-infra-parameters:
69 refspec: 'refs/heads/{branch}'
70 artifacts: '{archive-artifacts}'
74 refspec: '$GERRIT_REFSPEC'
76 choosing-strategy: gerrit
79 - opendaylight-infra-wrappers:
80 build-timeout: '{build-timeout}'
85 server-name: 'OpenDaylight'
87 - comment-added-contains-event:
88 comment-contains-value: 'runit'
90 - project-compare-type: 'ANT'
91 project-pattern: '{project}'
93 - branch-compare-type: 'ANT'
94 branch-pattern: '**/{branch}'
102 - wipe-org-opendaylight-repo
105 - include-raw-setup-docker.sh
107 properties-file: env.properties
109 maven-version: '{mvn33}'
111 goals: 'clean install dependency:tree -V verify -Pintegrationtest -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dovsdb.controller.address=${{CONTROLLER_IP}}'
113 - 'ovsdbserver.ipaddress=127.0.0.1'
114 - 'ovsdbserver.port=6641'
115 - 'ovsdb.userspace.enabled=yes'
116 - 'maven.repo.local=/tmp/r'
117 - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r'
120 - '-Xmx1024m -XX:MaxPermSize=256m'
121 settings: 'ovsdb-settings'
123 global-settings: 'odl-global-settings'
124 global-settings-type: cfp
127 - include-raw-cleanup-docker.sh
128 - jacoco-nojava-workaround
131 - email-notification:
132 email-prefix: '[ovsdb]'
134 maven-version: '{mvn33}'