blob: 53fc51083d7cb3666e7ce4b17d588cbea7f403c5 [file] [log] [blame]
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04001---
2- project:
3 name: policy-distribution
4 project-name: 'policy-distribution'
5 jobs:
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04006 - '{project-name}-{stream}-verify-java'
mmis3a202702018-09-06 11:06:57 +01007 - '{project-name}-{stream}-merge-java':
8 docker-pom: 'pom.xml'
Jessica Wagantall17d0a6e2018-09-14 03:11:01 -07009 mvn-params: '-P docker'
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070010 build-node: ubuntu1604-docker-8c-8g
mmis3a202702018-09-06 11:06:57 +010011 - '{project-name}-{stream}-docker-version-java-daily':
12 docker-pom: 'pom.xml'
13 mvn-profile: 'docker'
14 mvn-params: '-Dmaven.test.skip=true'
Pamela Dragosh1073c582018-10-08 09:49:45 -040015 disabled: false
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070016 build-node: ubuntu1604-docker-8c-8g
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040017
18 project: 'policy/distribution'
19 stream:
20 - 'master':
21 branch: 'master'
22 mvn-settings: 'policy-distribution-settings'
23 files: '**'
24 archive-artifacts: ''
25 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100026
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040027- project:
28 name: policy-distribution-sonar
29 jobs:
30 - gerrit-maven-sonar
Gary Wu5f4277f2018-09-28 10:36:23 -070031 cron: '@daily'
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040032 build-node: ubuntu1604-builder-4c-4g
33 project: 'policy/distribution'
34 project-name: 'policy-distribution'
35 branch: 'master'
36 mvn-settings: 'policy-distribution-settings'
37 mvn-goals: 'clean install'
38 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070039
40- project:
41 name: policy-distribution-clm
42 jobs:
43 - gerrit-maven-clm
44 project: policy/distribution
45 project-name: 'policy-distribution'
46 branch: 'master'
47 mvn-settings: 'policy-distribution-settings'