blob: 79ebdf96fca8f3fc0e8b51faf09394718a8b9f64 [file] [log] [blame]
Andrew Grimberg30e22642017-01-31 04:53:49 -08001---
Anaël Clossonabbafb52017-02-09 17:55:10 +01002
Andrew Grimberg30e22642017-01-31 04:53:49 -08003- project:
Rob Daugherty88099922017-07-11 10:14:02 -04004 name: so
5 project-name: 'so'
Andrew Grimberg30e22642017-01-31 04:53:49 -08006 jobs:
Jessica Wagantall409f6b22018-02-20 14:46:13 -08007 - gerrit-maven-clm
JulienBeef823f12017-04-12 04:52:40 -07008 - '{project-name}-{stream}-verify-profile-java':
9 mvn-profile: 'with-integration-tests'
JulienBeae7ae212017-04-18 00:30:37 -070010 build-node: 'ubuntu1604-docker-8c-8g'
JulienBee08c5d22017-04-21 06:11:21 -070011 archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
JulienBeef823f12017-04-12 04:52:40 -070012 - '{project-name}-{stream}-merge-profile-java':
13 mvn-profile: 'with-integration-tests'
JulienBeae7ae212017-04-18 00:30:37 -070014 build-node: 'ubuntu1604-docker-8c-8g'
JulienBee08c5d22017-04-21 06:11:21 -070015 archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
JulienBe645951d2017-09-28 18:44:18 +020016 - '{project-name}-{stream}-release-version-profile-java-daily':
17 mvn-profile: 'with-integration-tests'
JulienBe06365ad2017-10-02 16:47:37 +020018 build-node: 'ubuntu1604-docker-8c-8g'
JulienBec7ab0bf2017-03-13 07:18:25 -070019 - '{project-name}-{stream}-docker-version-java-daily':
Anaël Closson30a5c772017-02-16 15:02:56 +010020 docker-pom: 'pom.xml'
21 mvn-profile: 'docker'
Jessica Wagantallf2723a42018-05-07 15:20:42 -070022 mvn-params: '-Dmaven.test.skip=true'
Rob Daugherty88099922017-07-11 10:14:02 -040023 project: 'so'
Andrew Grimberg30e22642017-01-31 04:53:49 -080024 stream:
25 - 'master':
26 branch: 'master'
Rob Daugherty88099922017-07-11 10:14:02 -040027 mvn-settings: 'so-settings'
Andrew Grimberg30e22642017-01-31 04:53:49 -080028 files: '**'
29 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070030 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100031
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080032- project:
33 name: so-sonar
34 jobs:
35 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080036 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070037 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080038 project: 'so'
39 project-name: 'so'
40 branch: 'master'
41 mvn-settings: 'so-settings'
42 mvn-goals: 'clean install'
Jessica Wagantall409f6b22018-02-20 14:46:13 -080043 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'