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