Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: sdc-dcae-d-tosca-lab |
| 4 | project-name: 'sdc-dcae-d-tosca-lab' |
| 5 | project: 'sdc/dcae-d/tosca-lab' |
| 6 | stream: |
| 7 | - 'master': |
| 8 | branch: 'master' |
Areli, Fuss (af732p) | 3f222b3 | 2018-10-07 15:31:24 +0300 | [diff] [blame] | 9 | subproject: |
| 10 | - dcae-d-tosca-lab: |
| 11 | path: '.' |
| 12 | pattern: '**' |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 13 | mvn-settings: 'sdc-dcae-d-tosca-lab-settings' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 14 | build-node: ubuntu1804-docker-8c-8g |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 15 | jobs: |
Areli, Fuss (af732p) | 3f222b3 | 2018-10-07 15:31:24 +0300 | [diff] [blame] | 16 | - '{project-name}-{stream}-{subproject}-verify-python' |
Jessica Wagantall | f225a63 | 2019-07-15 10:50:03 -0700 | [diff] [blame] | 17 | - gerrit-maven-docker-stage: |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 18 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | f225a63 | 2019-07-15 10:50:03 -0700 | [diff] [blame] | 19 | maven-versions-plugin: true |
| 20 | mvn-params: '-P default -Dmaven.test.skip=true' |
| 21 | container-public-registry: 'nexus3.onap.org:10001' |
| 22 | container-staging-registry: 'nexus3.onap.org:10003' |
Ofir Sonsino | 4bb9cac | 2020-03-15 19:25:55 +0200 | [diff] [blame] | 23 | - '{project-name}-gerrit-release-jobs': |
| 24 | build-node: centos7-docker-8c-8g |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 25 | docker-pom: 'pom.xml' |
| 26 | mvn-profile: 'default' |
| 27 | |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 28 | #- project: |
| 29 | # name: sdc-dcae-d-tosca-lab-arm64 |
| 30 | # project-name: 'sdc-dcae-d-tosca-lab-arm64' |
| 31 | # project: 'sdc/dcae-d/tosca-lab' |
| 32 | # stream: |
| 33 | # - 'master': |
| 34 | # branch: 'master' |
| 35 | # subproject: |
| 36 | # - dcae-d-tosca-lab: |
| 37 | # path: '.' |
| 38 | # pattern: '**' |
| 39 | # mvn-settings: 'sdc-dcae-d-tosca-lab-settings' |
Jessica Wagantall | 0d27ccf | 2020-03-12 21:13:14 -0700 | [diff] [blame] | 40 | # build-node: ubuntu1804-docker-arm64-4c-2g |
Paul Vaduva | 15d644e | 2019-02-06 11:23:23 +0100 | [diff] [blame] | 41 | # jobs: |
| 42 | # - '{project-name}-{stream}-docker-java-daily': |
| 43 | # mvn-params: '-Dmaven.test.skip=true' |
| 44 | # docker-pom: 'pom.xml' |
| 45 | # mvn-profile: 'default' |
| 46 | # |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 47 | - project: |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 48 | name: sdc-dcae-d-tosca-lab-sonar |
| 49 | jobs: |
| 50 | - gerrit-maven-sonar |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 51 | sonarcloud: true |
| 52 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 53 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 54 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 55 | 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] | 56 | cron: '@daily' |
Ofir Sonsino | b0036eb | 2020-03-29 12:39:35 +0300 | [diff] [blame] | 57 | build-node: ubuntu1804-docker-8c-8g |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 58 | project: 'sdc/dcae-d/tosca-lab' |
| 59 | project-name: 'sdc-dcae-d-tosca-lab' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 60 | branch: 'master' |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 61 | mvn-settings: 'sdc-dcae-d-tosca-lab-settings' |
Michael Lando | 5c83e0f | 2018-08-21 19:38:23 +0300 | [diff] [blame] | 62 | mvn-params: '-Dsonar.branch={branch}' |
Stone, Avi (as206k) | ac262e0 | 2018-05-17 11:00:56 +0300 | [diff] [blame] | 63 | mvn-goals: 'clean install' |
Michael Lando | ed888be | 2018-08-16 18:07:52 +0300 | [diff] [blame] | 64 | mvn-opts: '-Xmx1024m' |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 65 | |
| 66 | - project: |
| 67 | name: sdc-dcae-d-tosca-lab-info |
| 68 | project-name: sdc-dcae-d-tosca-lab |
| 69 | jobs: |
| 70 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 71 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 72 | project: sdc/dcae-d/tosca-lab |
| 73 | branch: master |