X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovil%2Fovil.yaml;h=cdd86432653afb7a0fef8c9e83858e0acda29ce7;hb=refs%2Fchanges%2F25%2F80125%2F1;hp=0f83c0b798bfd0a74b12f8ba5425bfc11c81eb41;hpb=8d1cf7dd5a3b2810e0640bac08cab52d721419c9;p=releng%2Fbuilder.git diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml index 0f83c0b79..cdd864326 100644 --- a/jjb/ovil/ovil.yaml +++ b/jjb/ovil/ovil.yaml @@ -1,24 +1,76 @@ --- - project: - name: ovil + name: ovil-sodium jobs: - - '{project-name}-merge-{stream}' - - '{project-name}-verify-tox-{stream}' - - '{project-name}-maven-jobs' + - odl-maven-jobs + - gerrit-tox-verify + stream: sodium 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-neon + jobs: + - odl-maven-jobs + - gerrit-tox-verify + + stream: neon + project: ovil + project-name: ovil + branch: 'stable/neon' + 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-fluorine + jobs: + - odl-maven-jobs + - gerrit-tox-verify + + stream: fluorine + project: ovil + project-name: ovil + branch: 'stable/fluorine' + 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 +78,15 @@ - 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' + +- project: + name: ovil-view + views: + - project-view + project-name: ovil