Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / ovil / ovil.yaml
1 ---
2 - project:
3     name: ovil-neon
4     jobs:
5       - odl-maven-jobs
6       - gerrit-tox-verify
7
8     stream: neon
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-fluorine
23     jobs:
24       - odl-maven-jobs
25       - gerrit-tox-verify
26
27     stream: fluorine
28     project: ovil
29     project-name: ovil
30     branch: 'stable/fluorine'
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-oxygen
42     jobs:
43       - odl-maven-jobs
44       - gerrit-tox-verify
45
46     stream: oxygen
47     project: ovil
48     project-name: ovil
49     branch: 'stable/oxygen'
50     mvn-settings: ovil-settings
51     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
52
53     dependencies: ''
54     email-upstream: '[ovil]'
55
56     # Used by the release job
57     staging-profile-id: 7b48866c207d8
58
59 - project:
60     name: ovil-sonar
61     jobs:
62       - gerrit-maven-sonar
63     project: 'ovil'
64     project-name: 'ovil'
65     branch: 'master'
66     mvn-settings: 'ovil-settings'
67     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
68
69 - view:
70     name: ovil
71     description: 'List of ovil jobs'
72     regex: '^ovil-.*'
73     <<: *releng_view_common