blob: 7a27d29c4f58cf958136cc4c8d8767a301e15b9f [file] [log] [blame]
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04001---
2- project:
3 name: policy-distribution
4 project-name: 'policy-distribution'
5 jobs:
Jessica Wagantallcb961302018-08-24 18:49:15 +00006 - gerrit-maven-clm
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04007 - '{project-name}-{stream}-verify-java'
mmis3a202702018-09-06 11:06:57 +01008 - '{project-name}-{stream}-merge-java':
9 docker-pom: 'pom.xml'
Jessica Wagantall17d0a6e2018-09-14 03:11:01 -070010 mvn-params: '-P docker'
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070011 build-node: ubuntu1604-docker-8c-8g
mmis3a202702018-09-06 11:06:57 +010012 - '{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: true
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070017 build-node: ubuntu1604-docker-8c-8g
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040018
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
Anil Belurd2d5f282018-07-14 20:09:36 +100027
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040028- project:
29 name: policy-distribution-sonar
30 jobs:
31 - gerrit-maven-sonar
Gary Wu5f4277f2018-09-28 10:36:23 -070032 cron: '@daily'
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040033 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'