d25238db6e5740b028c6bbcd9fedb70de6fbaa52
[releng/builder.git] / jjb / ovil / ovil.yaml
1 ---
2 - project:
3     name: ovil-fluorine
4     jobs:
5       - odl-maven-jobs
6       - gerrit-tox-verify
7
8     stream: fluorine
9     project: ovil
10     project-name: ovil
11     branch: 'master'
12     mvn-settings: ovil-settings
13     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
14
15     dependencies: ''
16     email-upstream: '[ovil]'
17
18     # Used by the release job
19     staging-profile-id: 7b48866c207d8
20
21 - project:
22     name: ovil-oxygen
23     jobs:
24       - odl-maven-jobs
25       - gerrit-tox-verify
26
27     stream: oxygen
28     project: ovil
29     project-name: ovil
30     branch: 'stable/oxygen'
31     mvn-settings: ovil-settings
32     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
33
34     dependencies: ''
35     email-upstream: '[ovil]'
36
37     # Used by the release job
38     staging-profile-id: 7b48866c207d8
39
40 - project:
41     name: ovil-sonar
42     jobs:
43       - gerrit-maven-sonar
44     project: 'ovil'
45     project-name: 'ovil'
46     branch: 'master'
47     mvn-settings: 'ovil-settings'
48     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
49
50 - view:
51     name: ovil
52     description: 'List of ovil jobs'
53     regex: '^ovil-.*'
54     <<: *releng_view_common