Skip test in staging jobs
[ci-management.git] / jjb / policy / policy-common.yaml
1 ---
2 - project:
3     name: policy-common
4     project-name: 'policy-common'
5     jobs:
6       - '{project-name}-{stream}-verify-java'
7       - '{project-name}-{stream}-merge-java'
8       - gerrit-maven-stage:
9           sign-artifacts: true
10           build-node: centos7-builder-4c-4g
11           maven-versions-plugin: true
12           mvn-params: '-Dmaven.test.skip=true'
13       - '{project-name}-gerrit-release-jobs':
14           build-node: centos7-docker-8c-8g
15
16     project: 'policy/common'
17     stream:
18       - 'master':
19           branch: 'master'
20       - 'guilin':
21           branch: 'guilin'
22       - 'honolulu':
23           branch: 'honolulu'
24     mvn-settings: 'policy-common-settings'
25     java-version: openjdk11
26     files: '**'
27     archive-artifacts: ''
28     build-node: ubuntu1804-builder-4c-4g
29
30 - project:
31     name: policy-common-sonar
32     jobs:
33       - gerrit-maven-sonar
34     sonarcloud: true
35     sonarcloud-project-organization: '{sonarcloud_project_organization}'
36     sonarcloud-api-token: '{sonarcloud_api_token}'
37     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
38     sonar-mvn-goal: '{sonar_mvn_goal}'
39     cron: '@daily'
40     build-node: ubuntu1804-builder-4c-4g
41     project: 'policy/common'
42     project-name: 'policy-common'
43     branch: 'master'
44     mvn-settings: 'policy-common-settings'
45     java-version: openjdk11
46     mvn-goals: 'clean install'
47     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
48
49 - project:
50     name: policy-common-clm
51     jobs:
52       - gerrit-maven-clm
53     nexus-iq-namespace: 'onap-'
54     project: policy/common
55     project-name: 'policy-common'
56     branch: 'master'
57     mvn-settings: 'policy-common-settings'
58     java-version: openjdk11
59
60 - project:
61     name: policy-common-info
62     project-name: policy-common
63     jobs:
64       - gerrit-info-yaml-verify
65     build-node: centos7-builder-2c-1g
66     project: policy/common
67     branch: master