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 | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 6 | - gerrit-maven-clm: |
| 7 | mvn-params: '-DskipTests' |
| 8 | build-timeout: 30 |
| 9 | build-node: ubuntu1604-builder-8c-8g |
Jessica Wagantall | af6c4e0 | 2017-12-18 16:22:37 -0800 | [diff] [blame] | 10 | - '{project-name}-{stream}-verify-java': |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 11 | build-node: ubuntu1604-builder-8c-8g |
Patrick Brady | e9524a4 | 2018-01-16 10:59:05 -0800 | [diff] [blame] | 12 | - '{project-name}-{stream}-merge-java': |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 13 | build-node: ubuntu1604-builder-8c-8g |
Patrick Brady | 03c47dc | 2018-05-16 14:29:19 -0700 | [diff] [blame] | 14 | - '{project-name}-{stream}-release-version-java-daily': |
| 15 | build-node: ubuntu1604-builder-8c-8g |
Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 16 | |
| 17 | project: 'appc' |
| 18 | stream: |
| 19 | - 'master': |
| 20 | branch: 'master' |
Patrick Brady | d5fa501 | 2018-05-22 11:05:16 -0700 | [diff] [blame] | 21 | - 'beijing': |
| 22 | branch: 'beijing' |
Andrew Grimberg | 5df891f | 2017-02-10 13:10:09 -0800 | [diff] [blame] | 23 | mvn-settings: 'appc-settings' |
| 24 | files: '**' |
| 25 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 26 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 27 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | - project: |
| 29 | name: appc-sonar |
| 30 | jobs: |
| 31 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 32 | cron: 'H 11 * * *' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 33 | build-node: ubuntu1604-builder-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 34 | project: 'appc' |
| 35 | project-name: 'appc' |
| 36 | branch: 'master' |
| 37 | mvn-settings: 'appc-settings' |
| 38 | mvn-goals: 'clean install' |
Patrick Brady | f6be5e7 | 2018-02-14 17:59:04 -0500 | [diff] [blame] | 39 | mvn-opts: '-Xmx4096m' |