X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovil%2Fovil.yaml;h=6e96ffac576e3377971db4e1ffaafe3388ca3951;hb=refs%2Fchanges%2F83%2F68683%2F11;hp=1ce01adec0ba1d9b3ec8063022335c4a5922e68f;hpb=f1d2b69216c47de2f817551c3f5ac4a0b382dd19;p=releng%2Fbuilder.git diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml index 1ce01adec..6e96ffac5 100644 --- a/jjb/ovil/ovil.yaml +++ b/jjb/ovil/ovil.yaml @@ -1,24 +1,38 @@ --- - project: - name: ovil + name: ovil-fluorine jobs: - - '{project-name}-merge-{stream}' - - '{project-name}-maven-jobs' + - odl-maven-jobs - gerrit-tox-verify + stream: fluorine project: ovil project-name: ovil - stream: - - oxygen: - branch: master + branch: 'master' + mvn-settings: ovil-settings + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + + dependencies: '' + email-upstream: '[ovil]' + + # Used by the release job + staging-profile-id: 7b48866c207d8 + +- project: + name: ovil-oxygen + jobs: + - odl-maven-jobs + - gerrit-tox-verify + + stream: oxygen + project: ovil + project-name: ovil + branch: 'stable/oxygen' mvn-settings: ovil-settings - mvn-goals: clean install mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - mvn-version: mvn33 dependencies: '' email-upstream: '[ovil]' - archive-artifacts: '' # Used by the release job staging-profile-id: 7b48866c207d8 @@ -26,10 +40,9 @@ - project: name: ovil-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'ovil' project-name: 'ovil' branch: 'master' mvn-settings: 'ovil-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'