Update memcached/redis packer templates
[ci-management.git] / jjb / policy / policy-distribution.yaml
1 ---
2 - project:
3     name: policy-distribution
4     project-name: 'policy-distribution'
5     jobs:
6       - gerrit-maven-clm
7       - '{project-name}-{stream}-verify-java'
8       - '{project-name}-{stream}-merge-java':
9           docker-pom: 'pom.xml'
10           mvn-params: '-P docker'
11           build-node: ubuntu1604-docker-8c-8g
12       - '{project-name}-{stream}-docker-version-java-daily':
13           docker-pom: 'pom.xml'
14           mvn-profile: 'docker'
15           mvn-params: '-Dmaven.test.skip=true'
16           disabled: false
17           build-node: ubuntu1604-docker-8c-8g
18
19     project: 'policy/distribution'
20     stream:
21       - 'master':
22           branch: 'master'
23     mvn-settings: 'policy-distribution-settings'
24     files: '**'
25     archive-artifacts: ''
26     build-node: ubuntu1604-builder-4c-4g
27
28 - project:
29     name: policy-distribution-sonar
30     jobs:
31       - gerrit-maven-sonar
32     cron: '@daily'
33     build-node: ubuntu1604-builder-4c-4g
34     project: 'policy/distribution'
35     project-name: 'policy-distribution'
36     branch: 'master'
37     mvn-settings: 'policy-distribution-settings'
38     mvn-goals: 'clean install'
39     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'