X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovil%2Fovil.yaml;h=d25238db6e5740b028c6bbcd9fedb70de6fbaa52;hb=f975a3a8acfb231e2e8567f298c169f8e946ec86;hp=7c584d8356df7c2f9a2f13976aca977c3834b43b;hpb=b10daf87328b83aa8f99e560d462b78c0a841751;p=releng%2Fbuilder.git diff --git a/jjb/ovil/ovil.yaml b/jjb/ovil/ovil.yaml index 7c584d835..d25238db6 100644 --- a/jjb/ovil/ovil.yaml +++ b/jjb/ovil/ovil.yaml @@ -1,25 +1,38 @@ --- - project: - name: ovil + name: ovil-fluorine + jobs: + - odl-maven-jobs + - gerrit-tox-verify + + stream: fluorine + 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-oxygen jobs: - - '{project-name}-merge-{stream}' - - '{project-name}-verify-tox-{stream}' - - '{project-name}-maven-jobs' + - odl-maven-jobs + - gerrit-tox-verify + stream: oxygen project: ovil project-name: ovil - stream: - - oxygen: - branch: master - jdk: openjdk8 + 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 @@ -27,10 +40,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' + +- view: + name: ovil + description: 'List of ovil jobs' + regex: '^ovil-.*' + <<: *releng_view_common