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' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 8 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | f225a63 | 2019-07-15 10:50:03 -0700 | [diff] [blame] | 9 | - gerrit-maven-stage: |
| 10 | sign-artifacts: true |
| 11 | build-node: centos7-builder-4c-4g |
| 12 | maven-versions-plugin: true |
| 13 | - gerrit-maven-docker-stage: |
| 14 | build-node: ubuntu1604-docker-8c-8g |
| 15 | maven-versions-plugin: true |
| 16 | mvn-params: '-P docker -DskipTests=true' |
| 17 | container-public-registry: 'nexus3.onap.org:10001' |
| 18 | container-staging-registry: 'nexus3.onap.org:10003' |
Ofir Sonsino | 4bb9cac | 2020-03-15 19:25:55 +0200 | [diff] [blame] | 19 | - '{project-name}-gerrit-release-jobs': |
| 20 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | f225a63 | 2019-07-15 10:50:03 -0700 | [diff] [blame] | 21 | |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 22 | project: 'sdc/dcae-d/fe' |
| 23 | stream: |
| 24 | - 'master': |
| 25 | branch: 'master' |
| 26 | mvn-settings: 'sdc-dcae-d-fe-settings' |
| 27 | files: '**' |
| 28 | archive-artifacts: '' |
| 29 | build-timeout: 60 |
| 30 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 31 | #- project: |
| 32 | # name: sdc-dcae-d-fe-arm64 |
| 33 | # project-name: 'sdc-dcae-d-fe-arm64' |
| 34 | # jobs: |
| 35 | # - '{project-name}-{stream}-docker-version-java-daily': |
Jessica Wagantall | 0d27ccf | 2020-03-12 21:13:14 -0700 | [diff] [blame] | 36 | # build-node: 'ubuntu1804-docker-arm64-4c-2g' |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 37 | # docker-pom: 'pom.xml' |
| 38 | # mvn-profile: 'docker' |
| 39 | # mvn-params: '-DskipTests=true' |
| 40 | # project: 'sdc/dcae-d/fe' |
| 41 | # stream: |
| 42 | # - 'master': |
| 43 | # branch: 'master' |
| 44 | # mvn-settings: 'sdc-dcae-d-fe-settings' |
| 45 | # files: '**' |
| 46 | # archive-artifacts: '' |
| 47 | # build-timeout: 60 |
| 48 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 49 | - project: |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 50 | name: sdc-dcae-d-fe-sonar |
| 51 | jobs: |
| 52 | - gerrit-maven-sonar |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 53 | sonarcloud: true |
| 54 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 55 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 56 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 57 | sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 58 | cron: '@daily' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 59 | build-node: ubuntu1604-builder-4c-4g |
| 60 | project: 'sdc/dcae-d/fe' |
| 61 | project-name: 'sdc-dcae-d-fe' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 62 | branch: 'master' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 63 | mvn-settings: 'sdc-dcae-d-fe-settings' |
Michael Lando | 5c83e0f | 2018-08-21 19:38:23 +0300 | [diff] [blame] | 64 | mvn-params: '-Dsonar.branch={branch}' |
Stone, Avi (as206k) | 6624348 | 2018-04-25 15:19:07 +0300 | [diff] [blame] | 65 | mvn-goals: 'clean install' |
Michael Lando | ed888be | 2018-08-16 18:07:52 +0300 | [diff] [blame] | 66 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 67 | |
| 68 | - project: |
| 69 | name: sdc-dcae-d-fe-clm |
| 70 | jobs: |
| 71 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 72 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 73 | project: sdc/dcae-d/fe |
| 74 | project-name: 'sdc-dcae-d-fe' |
| 75 | build-node: ubuntu1604-builder-4c-2g |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 76 | branch: 'master' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 77 | mvn-settings: 'sdc-dcae-d-fe-settings' |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 78 | |
| 79 | - project: |
| 80 | name: sdc-dcae-d-fe-info |
| 81 | project-name: sdc-dcae-d-fe |
| 82 | jobs: |
| 83 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 84 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 85 | project: sdc/dcae-d/fe |
| 86 | branch: master |