Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: sdc-dcae-d-fe |
| 4 | project-name: 'sdc-dcae-d-fe' |
Jeremy Phelps | 792f468 | 2018-05-14 12:33:33 -0500 | [diff] [blame] | 5 | build-node: ubuntu1604-builder-4c-2g |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 6 | jobs: |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
| 8 | - '{project-name}-{stream}-release-version-java-daily' |
| 9 | - '{project-name}-{stream}-merge-java' |
Stone, Avi (as206k) | 661551f | 2018-05-16 13:55:06 +0300 | [diff] [blame] | 10 | - '{project-name}-{stream}-docker-version-java-daily': |
Paul Vaduva | 6dd8854 | 2018-12-11 16:59:12 +0100 | [diff] [blame] | 11 | build-node: 'ubuntu1604-docker-8c-8g' |
Stone, Avi (as206k) | 661551f | 2018-05-16 13:55:06 +0300 | [diff] [blame] | 12 | docker-pom: 'pom.xml' |
| 13 | mvn-profile: 'docker' |
| 14 | mvn-params: '-DskipTests=true' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 15 | project: 'sdc/dcae-d/fe' |
| 16 | stream: |
| 17 | - 'master': |
| 18 | branch: 'master' |
Michael Lando | 05f5db4 | 2018-11-15 21:06:36 +0200 | [diff] [blame] | 19 | - 'casablanca': |
| 20 | branch: 'casablanca' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 21 | mvn-settings: 'sdc-dcae-d-fe-settings' |
| 22 | files: '**' |
| 23 | archive-artifacts: '' |
| 24 | build-timeout: 60 |
| 25 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame^] | 26 | #- project: |
| 27 | # name: sdc-dcae-d-fe-arm64 |
| 28 | # project-name: 'sdc-dcae-d-fe-arm64' |
| 29 | # jobs: |
| 30 | # - '{project-name}-{stream}-docker-version-java-daily': |
| 31 | # build-node: 'ubuntu1604-docker-arm64-4c-2g' |
| 32 | # docker-pom: 'pom.xml' |
| 33 | # mvn-profile: 'docker' |
| 34 | # mvn-params: '-DskipTests=true' |
| 35 | # project: 'sdc/dcae-d/fe' |
| 36 | # stream: |
| 37 | # - 'master': |
| 38 | # branch: 'master' |
| 39 | # mvn-settings: 'sdc-dcae-d-fe-settings' |
| 40 | # files: '**' |
| 41 | # archive-artifacts: '' |
| 42 | # build-timeout: 60 |
| 43 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 44 | - project: |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 45 | name: sdc-dcae-d-fe-sonar |
| 46 | jobs: |
| 47 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 48 | cron: '@daily' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 49 | build-node: ubuntu1604-builder-4c-4g |
| 50 | project: 'sdc/dcae-d/fe' |
| 51 | project-name: 'sdc-dcae-d-fe' |
Michael Lando | 05f5db4 | 2018-11-15 21:06:36 +0200 | [diff] [blame] | 52 | branch: 'casablanca' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 53 | mvn-settings: 'sdc-dcae-d-fe-settings' |
Michael Lando | 5c83e0f | 2018-08-21 19:38:23 +0300 | [diff] [blame] | 54 | mvn-params: '-Dsonar.branch={branch}' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 55 | mvn-goals: 'clean install' |
Michael Lando | ed888be | 2018-08-16 18:07:52 +0300 | [diff] [blame] | 56 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 57 | |
| 58 | - project: |
| 59 | name: sdc-dcae-d-fe-clm |
| 60 | jobs: |
| 61 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 62 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 63 | project: sdc/dcae-d/fe |
| 64 | project-name: 'sdc-dcae-d-fe' |
| 65 | build-node: ubuntu1604-builder-4c-2g |
Michael Lando | 05f5db4 | 2018-11-15 21:06:36 +0200 | [diff] [blame] | 66 | branch: 'casablanca' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 67 | mvn-settings: 'sdc-dcae-d-fe-settings' |