Merge "Only use -all- job if it exists"
[releng/builder.git] / jjb / ovil / ovil.yaml
1 ---
2 - project:
3     name: ovil
4     jobs:
5       - '{project-name}-merge-{stream}'
6       - '{project-name}-verify-tox-{stream}'
7       - '{project-name}-maven-jobs'
8
9     project: ovil
10     project-name: ovil
11     stream:
12       - oxygen:
13           branch: master
14     jdk: openjdk8
15     mvn-settings: ovil-settings
16     mvn-goals: clean install
17     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
18     mvn-version: mvn33
19
20     dependencies: ''
21     email-upstream: '[ovil]'
22     archive-artifacts: ''
23
24     # Used by the release job
25     staging-profile-id: 7b48866c207d8
26
27 - project:
28     name: ovil-sonar
29     jobs:
30       - '{project-name}-sonar'
31     project: 'ovil'
32     project-name: 'ovil'
33     branch: 'master'
34     mvn-settings: 'ovil-settings'
35     mvn-goals: 'clean install'
36     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'