Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 1 | --- |
Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 2 | - project: |
Skip Wonnell | 7c3b463 | 2017-07-26 12:10:00 -0500 | [diff] [blame] | 3 | name: appc-master |
Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 4 | project-name: 'appc' |
| 5 | jobs: |
Jessica Wagantall | af6c4e0 | 2017-12-18 16:22:37 -0800 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java': |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 7 | build-node: ubuntu1604-builder-8c-8g |
Patrick Brady | e9524a4 | 2018-01-16 10:59:05 -0800 | [diff] [blame] | 8 | - '{project-name}-{stream}-merge-java': |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 9 | build-node: ubuntu1604-builder-8c-8g |
Patrick Brady | 03c47dc | 2018-05-16 14:29:19 -0700 | [diff] [blame] | 10 | - '{project-name}-{stream}-release-version-java-daily': |
| 11 | build-node: ubuntu1604-builder-8c-8g |
Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 12 | |
| 13 | project: 'appc' |
| 14 | stream: |
| 15 | - 'master': |
| 16 | branch: 'master' |
| 17 | mvn-settings: 'appc-settings' |
| 18 | files: '**' |
| 19 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 20 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 21 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 22 | - project: |
| 23 | name: appc-sonar |
| 24 | jobs: |
| 25 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 26 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 27 | build-node: ubuntu1604-builder-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | project: 'appc' |
| 29 | project-name: 'appc' |
| 30 | branch: 'master' |
| 31 | mvn-settings: 'appc-settings' |
| 32 | mvn-goals: 'clean install' |
Patrick Brady | f6be5e7 | 2018-02-14 17:59:04 -0500 | [diff] [blame] | 33 | mvn-opts: '-Xmx4096m' |
Jessica Wagantall | 9d57340 | 2018-10-18 22:02:29 -0700 | [diff] [blame^] | 34 | |
| 35 | - project: |
| 36 | name: appc-clm |
| 37 | jobs: |
| 38 | - gerrit-maven-clm: |
| 39 | mvn-params: '-DskipTests' |
| 40 | build-timeout: 30 |
| 41 | build-node: ubuntu1604-builder-8c-8g |
| 42 | project: 'appc' |
| 43 | project-name: 'appc' |
| 44 | branch: 'master' |
| 45 | mvn-settings: 'appc-settings' |