Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 1 | --- |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 2 | - project: |
| 3 | name: sdc-sdc-tosca-project-view |
| 4 | project-name: sdc-sdc-tosca |
| 5 | views: |
| 6 | - project-view |
vasraz | e59abed | 2022-04-07 10:42:26 +0100 | [diff] [blame] | 7 | java-version: openjdk11 |
Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 8 | |
| 9 | - project: |
| 10 | name: sdc-sdc-tosca |
| 11 | project-name: 'sdc-sdc-tosca' |
| 12 | jobs: |
Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 13 | - '{project-name}-{stream}-verify-java' |
Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 14 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 15 | - gerrit-maven-stage: |
| 16 | sign-artifacts: true |
MichaelMorris | d60d4f3 | 2022-11-17 11:39:41 -0800 | [diff] [blame^] | 17 | sbom-generator: true |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 18 | build-node: centos7-builder-4c-4g |
| 19 | maven-versions-plugin: true |
Ofir Sonsino | 46db8f2 | 2019-08-28 16:24:57 +0300 | [diff] [blame] | 20 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 21 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 22 | |
Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 23 | project: 'sdc/sdc-tosca' |
| 24 | stream: |
| 25 | - 'master': |
| 26 | branch: 'master' |
MichaelMorris | 203f3c7 | 2022-03-23 12:04:08 +0000 | [diff] [blame] | 27 | - 'jakarta': |
| 28 | branch: 'jakarta' |
MichaelMorris | c1edee4 | 2022-09-29 09:56:49 +0100 | [diff] [blame] | 29 | - 'kohn': |
| 30 | branch: 'kohn' |
Michael Lando | 2cf8e8e | 2017-05-28 13:55:41 +0300 | [diff] [blame] | 31 | mvn-settings: 'sdc-sdc-tosca-settings' |
| 32 | files: '**' |
| 33 | archive-artifacts: '' |
| 34 | build-timeout: 60 |
vasraz | 4b2867c | 2021-07-10 00:12:17 +0100 | [diff] [blame] | 35 | maven-version: 'mvn36' |
vasraz | e59abed | 2022-04-07 10:42:26 +0100 | [diff] [blame] | 36 | java-version: openjdk11 |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 37 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | - project: |
| 39 | name: sdc-sdc-tosca-sonar |
| 40 | jobs: |
| 41 | - gerrit-maven-sonar |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 42 | sonarcloud: true |
| 43 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 44 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 45 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
vasraz | d9ff694 | 2022-03-17 23:26:49 +0000 | [diff] [blame] | 46 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 47 | cron: '@daily' |
Bengt Thuree | ffc3ac8 | 2022-09-30 00:35:18 +1000 | [diff] [blame] | 48 | build-node: ubuntu1804-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 49 | project: 'sdc/sdc-tosca' |
| 50 | project-name: 'sdc-sdc-tosca' |
Ofir Sonsino | 6ef6609 | 2019-06-12 16:19:42 +0300 | [diff] [blame] | 51 | branch: 'master' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 52 | mvn-settings: 'sdc-sdc-tosca-settings' |
Michael Lando | 5c83e0f | 2018-08-21 19:38:23 +0300 | [diff] [blame] | 53 | mvn-params: '-Dsonar.branch={branch}' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 54 | mvn-goals: 'clean install' |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 55 | mvn-opts: '-Xmx1024m' |
vasraz | e59abed | 2022-04-07 10:42:26 +0100 | [diff] [blame] | 56 | java-version: openjdk11 |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 57 | |
| 58 | - project: |
| 59 | name: sdc-sdc-tosca-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/sdc-tosca |
| 64 | project-name: 'sdc-sdc-tosca' |
MichaelMorris | 5612f93 | 2022-01-24 14:24:21 +0000 | [diff] [blame] | 65 | stream: |
| 66 | - 'master': |
| 67 | branch: 'master' |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 68 | mvn-settings: 'sdc-sdc-tosca-settings' |
vasraz | e59abed | 2022-04-07 10:42:26 +0100 | [diff] [blame] | 69 | java-version: openjdk11 |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 70 | |
| 71 | - project: |
| 72 | name: sdc-sdc-tosca-info |
| 73 | project-name: sdc-sdc-tosca |
| 74 | jobs: |
| 75 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 76 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 0de7258 | 2019-02-27 00:30:14 -0800 | [diff] [blame] | 77 | project: sdc/sdc-tosca |
| 78 | branch: master |
vasraz | e59abed | 2022-04-07 10:42:26 +0100 | [diff] [blame] | 79 | java-version: openjdk11 |