add the elalto jobs
[ci-management.git] / jjb / so / so.yaml
1 ---
2 - project:
3     name: so-project-view
4     project-name: so
5     views:
6       - project-view
7
8 - project:
9     name: so
10     project-name: 'so'
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - gerrit-maven-stage:
15           sign-artifacts: true
16           build-node: centos7-builder-4c-4g
17           maven-versions-plugin: true
18       - gerrit-maven-docker-stage:
19           build-node: ubuntu1604-docker-8c-8g
20           maven-versions-plugin: true
21           mvn-params: '-P docker -Dmaven.test.skip=true'
22           container-public-registry: 'nexus3.onap.org:10001'
23           container-staging-registry: 'nexus3.onap.org:10003'
24       - '{project-name}-gerrit-release-jobs':
25           build-node: centos7-docker-8c-8g
26     project: 'so'
27     stream:
28       - 'master':
29           branch: 'master'
30       - 'elalto':
31           branch: 'elalto'
32     mvn-settings: 'so-settings'
33     files: '**'
34     archive-artifacts: ''
35     build-node: ubuntu1604-builder-4c-4g
36
37 - project:
38     name: so-sonar
39     jobs:
40       - gerrit-maven-sonar
41     cron: '@daily'
42     build-node: ubuntu1604-builder-4c-4g
43     project: 'so'
44     project-name: 'so'
45     branch: 'master'
46     mvn-settings: 'so-settings'
47     mvn-goals: 'clean install'
48     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
49
50 - project:
51     name: so-clm
52     jobs:
53       - gerrit-maven-clm
54     nexus-iq-namespace: 'onap-'
55     project: so
56     project-name: 'so'
57     build-node: ubuntu1604-builder-4c-4g
58     stream:
59       - 'master':
60           branch: 'master'
61     mvn-settings: 'so-settings'
62
63 - project:
64     name: so-info
65     project-name: so
66     jobs:
67       - gerrit-info-yaml-verify
68     project: so
69     branch: master
70     branch: elalto