Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 1 | --- |
Anaël Closson | abbafb5 | 2017-02-09 17:55:10 +0100 | [diff] [blame] | 2 | |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 3 | - project: |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 4 | name: so |
| 5 | project-name: 'so' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 6 | jobs: |
Jessica Wagantall | 409f6b2 | 2018-02-20 14:46:13 -0800 | [diff] [blame] | 7 | - gerrit-maven-clm |
JulienBe | ef823f1 | 2017-04-12 04:52:40 -0700 | [diff] [blame] | 8 | - '{project-name}-{stream}-verify-profile-java': |
| 9 | mvn-profile: 'with-integration-tests' |
JulienBe | ae7ae21 | 2017-04-18 00:30:37 -0700 | [diff] [blame] | 10 | build-node: 'ubuntu1604-docker-8c-8g' |
JulienBe | e08c5d2 | 2017-04-21 06:11:21 -0700 | [diff] [blame] | 11 | archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' |
JulienBe | ef823f1 | 2017-04-12 04:52:40 -0700 | [diff] [blame] | 12 | - '{project-name}-{stream}-merge-profile-java': |
| 13 | mvn-profile: 'with-integration-tests' |
JulienBe | ae7ae21 | 2017-04-18 00:30:37 -0700 | [diff] [blame] | 14 | build-node: 'ubuntu1604-docker-8c-8g' |
JulienBe | e08c5d2 | 2017-04-21 06:11:21 -0700 | [diff] [blame] | 15 | archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' |
JulienBe | 645951d | 2017-09-28 18:44:18 +0200 | [diff] [blame] | 16 | - '{project-name}-{stream}-release-version-profile-java-daily': |
| 17 | mvn-profile: 'with-integration-tests' |
JulienBe | 06365ad | 2017-10-02 16:47:37 +0200 | [diff] [blame] | 18 | build-node: 'ubuntu1604-docker-8c-8g' |
JulienBe | c7ab0bf | 2017-03-13 07:18:25 -0700 | [diff] [blame] | 19 | - '{project-name}-{stream}-docker-version-java-daily': |
Anaël Closson | 30a5c77 | 2017-02-16 15:02:56 +0100 | [diff] [blame] | 20 | docker-pom: 'pom.xml' |
| 21 | mvn-profile: 'docker' |
Jessica Wagantall | f2723a4 | 2018-05-07 15:20:42 -0700 | [diff] [blame] | 22 | mvn-params: '-Dmaven.test.skip=true' |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 23 | project: 'so' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 24 | stream: |
| 25 | - 'master': |
| 26 | branch: 'master' |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 27 | mvn-settings: 'so-settings' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 28 | files: '**' |
| 29 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 30 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame^] | 31 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 32 | - project: |
| 33 | name: so-sonar |
| 34 | jobs: |
| 35 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 36 | cron: 'H 11 * * *' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 37 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | project: 'so' |
| 39 | project-name: 'so' |
| 40 | branch: 'master' |
| 41 | mvn-settings: 'so-settings' |
| 42 | mvn-goals: 'clean install' |
Jessica Wagantall | 409f6b2 | 2018-02-20 14:46:13 -0800 | [diff] [blame] | 43 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |