X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovil%2Fovil.yaml;h=ea6cbc85b086b4097df528c99f2bdfb7cfae97a8;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=2e5d81414dfaba3474c0e028eb2ce54f13ad0568;hpb=d7c3880fe4578a70a16e2237bb8be8a1742c0291;p=releng%2Fbuilder.git diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml index 2e5d81414..ea6cbc85b 100644 --- a/jjb/ovil/ovil.yaml +++ b/jjb/ovil/ovil.yaml @@ -1,23 +1,57 @@ --- - project: - name: ovil + name: ovil-neon + jobs: + - odl-maven-jobs + - gerrit-tox-verify + + stream: neon + project: ovil + project-name: ovil + 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-fluorine jobs: - odl-maven-jobs - gerrit-tox-verify + stream: fluorine project: ovil project-name: ovil - stream: - - oxygen: - branch: master + 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 @@ -30,5 +64,10 @@ project-name: 'ovil' branch: 'master' mvn-settings: 'ovil-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- view: + name: ovil + description: 'List of ovil jobs' + regex: '^ovil-.*' + <<: *releng_view_common